prosperon/source/engine/editorstate.h
2022-08-06 20:39:29 +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