REFACTOR!!

This commit is contained in:
2022-08-06 20:39:29 +00:00
parent e745acad3e
commit 5b9369a197
84 changed files with 9784 additions and 1873 deletions

10
source/engine/editorstate.h Executable file
View File

@@ -0,0 +1,10 @@
#ifndef EDITORSTATE_H
#define EDITORSTATE_H
void set_new_model(char *modelPath);
extern void (*asset_command)(char *asset);
void print_file(char *file);
#endif