| 318 | } |
| 319 | |
| 320 | static void PreCreateResource(lua_State* L, const char* path_str, const char* path_ext_wanted, dmhash_t* canonical_path_hash_out) |
| 321 | { |
| 322 | PreCreateResources(L, path_str, &path_ext_wanted, 1, canonical_path_hash_out); |
| 323 | } |
| 324 | |
| 325 | /*# Set a resource |
| 326 | * Sets the resource data for a specific resource |
no test coverage detected