REFACTOR!!
This commit is contained in:
10
source/engine/editorstate.h
Executable file
10
source/engine/editorstate.h
Executable 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
|
||||
Reference in New Issue
Block a user