22 #ifndef TITANIC_TT_ACTION_H 23 #define TITANIC_TT_ACTION_H 25 #include "titanic/true_talk/tt_major_word.h" 31 static bool _staticFlag;
35 TTaction(
const TTstring &str, WordClass wordClass,
int val2,
int val3,
int val4);
43 void setVal(
int val) { _field30 = val; }
44 int getVal()
const {
return _field30; }
51 bool proc12(
int val)
const override {
return _field30 == val; }
Definition: tt_action.h:29
TTword * copy() const override
Definition: simple_file.h:49
int load(SimpleFile *file)
Definition: tt_major_word.h:29
Definition: tt_string.h:45