source:
trunk/src/tiler.h
@
75
Last change on this file since 75 was 75, checked in by , 11 years ago | |
---|---|
|
|
File size: 212 bytes |
Line | |
---|---|
1 | |
2 | /* |
3 | * The tile manager |
4 | */ |
5 | |
6 | #if !defined __DH_TILER_H__ |
7 | #define __DH_TILER_H__ |
8 | |
9 | class Tiler |
10 | { |
11 | public: |
12 | static int Register(char const *path); |
13 | static void Deregister(int id); |
14 | }; |
15 | |
16 | #endif // __DH_TILER_H__ |
17 |
Note: See TracBrowser
for help on using the repository browser.