mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 21:38:02 +03:00
9 lines
207 B
C
9 lines
207 B
C
#ifndef SCREENS_MODELTEST_H
|
|
#define SCREENS_MODELTEST_H
|
|
|
|
void screen_modeltest_load();
|
|
void screen_modeltest_unload(void *);
|
|
void screen_modeltest_update(void *);
|
|
void screen_modeltest_draw(void *);
|
|
|
|
#endif
|