| 3 | using namespace xgm; |
| 4 | |
| 5 | WA2InputModule::WA2InputModule(Player *p, PlayerConfig *c, SoundData *s) |
| 6 | : pl(p), cf(c), sdat(s) |
| 7 | { |
| 8 | pl->SetConfig(cf); |
| 9 | seek_flag = false; |
| 10 | pause_flag = false; |
| 11 | thread_id = 0; |
| 12 | hPlayThread = NULL; |
| 13 | killPlayThread = 0; |
| 14 | } |
| 15 | |
| 16 | WA2InputModule::~WA2InputModule() |
| 17 | { |