first commit

This commit is contained in:
2025-06-15 22:03:02 -04:00
commit 91d01a1441
25 changed files with 24689 additions and 0 deletions

11
src/main.h Normal file
View File

@@ -0,0 +1,11 @@
#pragma once
#include "texture.h"
#include "shader.h"
#include "imgui.h"
#include "anm2.h"
#define TICK_DELAY 16
#define WINDOW_WIDTH 1600
#define WINDOW_HEIGHT 900
#define WINDOW_FLAGS SDL_WINDOW_RESIZABLE