game/axl.h

8 lines
84 B
C
Raw Normal View History

2025-11-23 18:21:50 +03:00
#ifndef AXL_H
#define AXL_H
2025-11-23 19:12:06 +03:00
#include "axl_types.h"
#include "axl_memory.h"
2025-11-23 18:21:50 +03:00
#endif