rpgxef/code/game/g_utils.h
Walter Julius Hennecke a9805d8eac Moved some functions
2014-03-19 16:32:04 +01:00

15 lines
275 B
C

#ifndef G_UTILS_H_
#define G_UTILS_H_
#include "g_local.h"
/**
* \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_ */