8 lines
123 B
C
Executable file
8 lines
123 B
C
Executable file
#ifndef _GAME_SHAPE_EXEC_H
|
|
#define _GAME_SHAPE_EXEC_H
|
|
|
|
#include "game/hsfformat.h"
|
|
|
|
void ShapeProc(HsfData *arg0);
|
|
|
|
#endif
|