NXEngine v1.0.0.6
[NXEngine.git] / slope.fdh
blob56a0db26bfb9ed754ecd4261a1a7a88aa2cf0418
1 //hash:e0b83590
2 //automatically generated by Makegen
4 /* located in slope.cpp */
6 //---------------------[referenced from slope.cpp]-------------------//
7 bool initslopetable(void);
8 uint8_t ReadSlopeTable(int x, int y);
9 bool IsSlopeAtPointList(Object *o, SIFPointList *points);
10 int CheckStandOnSlope(Object *o);
11 int CheckBoppedHeadOnSlope(Object *o);
12 bool movehandleslope(Object *o, int xinertia);
13 void DrawSlopeTablesOnTiles();
14 void DrawSlopeTableOnTile(int table, int tile);
15 void dumpslopetable(int t);
18 /* located in common/stat.cpp */
20 //---------------------[referenced from slope.cpp]-------------------//
21 void stat(const char *fmt, ...);