prosperon/source/editor/editorstate.h

11 lines
164 B
C
Raw Normal View History

2021-11-30 21:29:18 -06:00
#ifndef EDITORSTATE_H
#define EDITORSTATE_H
void set_new_model(char *modelPath);
extern void (*asset_command)(char *asset);
void print_file(char *file);
#endif