twn_skybox.c
This commit is contained in:
@ -89,4 +89,8 @@ size_t textures_get_num_atlases(const TextureCache *cache);
|
||||
/* TODO: should recieve texture_cache, get_key optimization cache should be cleared some other way */
|
||||
void textures_reset_state(void);
|
||||
|
||||
/* uncached low-level loading */
|
||||
/* warn: surface->pixels must be freed along side the surface itself */
|
||||
SDL_Surface *textures_load_surface(const char *path);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user