mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-15 00:41:21 +00:00
eb97af1598
Added GetFileList() to game function imports in misison pack DLL game.h.
13 lines
340 B
C
13 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
|