l3tde/include/l3tde/map/interface.h

6 lines
96 B
C
Raw Normal View History

2021-12-06 18:22:37 +01:00
#pragma once
struct L3TDEMap;
typedef struct L3TDEMap L3TDEMap;
typedef L3TDEMap *L3TDEMapPtr;