You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#include "util.h" |
|
|
|
/* |
|
* @param max_entities maximum size of array allocated |
|
*/ |
|
bool slLoadFile( |
|
const char* data_dir, |
|
const char* scene_file, |
|
const char* schema_file, |
|
Entity* entity_array, |
|
uint& entity_count, |
|
uint max_entities);
|
|
|