prosperon/source/editor/editorstate.h
2022-01-25 15:22:03 +00:00

11 lines
164 B
C
Executable file

#ifndef EDITORSTATE_H
#define EDITORSTATE_H
void set_new_model(char *modelPath);
extern void (*asset_command)(char *asset);
void print_file(char *file);
#endif