mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 21:38:02 +03:00
9 lines
217 B
C
9 lines
217 B
C
#ifndef SCREEN_SPRITE_TEST_H
|
|
#define SCREEN_SPRITE_TEST_H
|
|
|
|
void screen_sprite_test_load();
|
|
void screen_sprite_test_unload(void *);
|
|
void screen_sprite_test_update(void *);
|
|
void screen_sprite_test_draw(void *);
|
|
|
|
#endif
|