equal
deleted
inserted
replaced
31 SQAISettings.PreRegister(engine); |
31 SQAISettings.PreRegister(engine); |
32 SQAISettings.AddConstructor(engine); |
32 SQAISettings.AddConstructor(engine); |
33 SQAISettings.DefSQFunction(engine, &AISettings::SetCommandDelay, "SetCommandDelay"); |
33 SQAISettings.DefSQFunction(engine, &AISettings::SetCommandDelay, "SetCommandDelay"); |
34 SQAISettings.PostRegister(engine); |
34 SQAISettings.PostRegister(engine); |
35 } |
35 } |
36 #endif /* SQUIRREL_CLASS */ |
36 #endif /* DEFINE_SQUIRREL_CLASS */ |
37 |
37 |
38 #endif /* AI_SETTINGS_HPP */ |
38 #endif /* AI_SETTINGS_HPP */ |