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, ...);