mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-24 07:10:48 -04:00
f1d8c41c38
* work on d_s_play * some fixes
9 lines
119 B
C++
9 lines
119 B
C++
#ifndef D_MAP_H
|
|
#define D_MAP_H
|
|
|
|
class dMap_c {
|
|
public:
|
|
static void mapBufferSendAGB(int);
|
|
};
|
|
|
|
#endif /* D_MAP_H */ |