21 lines
380 B
C++
21 lines
380 B
C++
class TAW_VD {
|
|
tag = "TAWVD";
|
|
|
|
class Initialize {
|
|
file = "taw_vd";
|
|
class stateTracker {
|
|
ext = ".fsm";
|
|
postInit = 1;
|
|
headerType = -1;
|
|
};
|
|
|
|
class onSliderChanged {};
|
|
class onTerrainChanged {};
|
|
class updateViewDistance {};
|
|
class openMenu {};
|
|
class onChar {};
|
|
class openSaveManager {};
|
|
class onSavePressed {};
|
|
class onSaveSelectionChanged {};
|
|
};
|
|
}; |