first commit
This commit is contained in:
11
src/main.h
Normal file
11
src/main.h
Normal 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
|
Reference in New Issue
Block a user