l3tde/include/l3tde/map/interface.h

6 lines
96 B
C

#pragma once
struct L3TDEMap;
typedef struct L3TDEMap L3TDEMap;
typedef L3TDEMap *L3TDEMapPtr;