rpgxef/code/game/g_utils.h

16 lines
275 B
C
Raw Normal View History

#ifndef G_UTILS_H_
#define G_UTILS_H_
#include "g_local.h"
2014-03-19 15:32:04 +00:00
/**
* \brief Get the model index for a model.
* Get the model index for a model.
*
* \param name the model name
* \return the models index
*/
int32_t G_ModelIndex(char* name);
#endif /* G_UTILS_H_ */