DungeonCrawl
|
Implements common utilities and global variables for application-wide use. More...
#include "common.h"
Go to the source code of this file.
Variables | |
memory_pool_t * | main_memory_pool |
Global memory pool for the application. |
Implements common utilities and global variables for application-wide use.
Definition in file common.c.
memory_pool_t* main_memory_pool |