DOlphin progress

This commit is contained in:
2026-02-04 10:16:16 -06:00
parent 5cea284906
commit 1c32158142
21 changed files with 565 additions and 43 deletions

8
src2/sdl_starter.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include <SDL2/SDL.h>
const int SCREEN_WIDTH = 640;
const int SCREEN_HEIGHT = 480;
int startSDL(SDL_Window *window, SDL_Renderer *renderer);