mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2025-01-18 22:41:49 +00:00
14 lines
340 B
C
14 lines
340 B
C
|
#ifndef Z_FRAMES_H
|
||
|
#define Z_FRAMES_H
|
||
|
|
||
|
#if defined(_DEBUG) && defined(_Z_TESTMODE)
|
||
|
|
||
|
/*=========================================================================
|
||
|
Sequence resolver for classnames.
|
||
|
=========================================================================*/
|
||
|
mmove_t **z_frame_get_sequence(char *classname);
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|