Mercurial > mm7
comparison TurnEngine.h @ 1679:4da5644df18f
Cosmetics
author | Nomad |
---|---|
date | Fri, 20 Sep 2013 14:45:44 +0200 |
parents | 5c95f2246c2a |
children | 68fbaf45ef66 |
comparison
equal
deleted
inserted
replaced
1676:483cc7f0d86c | 1679:4da5644df18f |
---|---|
52 uActionPointsLeft = 0; | 52 uActionPointsLeft = 0; |
53 field_18 = 0; | 53 field_18 = 0; |
54 pending_actions = 0; | 54 pending_actions = 0; |
55 } | 55 } |
56 | 56 |
57 void SortTurnQueue(); | 57 void SortTurnQueue(); |
58 void ApplyPlayerAction(); | 58 void ApplyPlayerAction(); |
59 void Start(); | 59 void Start(); |
60 void End(bool bPlaySound); | 60 void End(bool bPlaySound); |
61 void AITurnBasedAction(); | 61 void AITurnBasedAction(); |
62 void StartTurn(); | 62 void StartTurn(); |
63 void NextTurn(); | 63 void NextTurn(); |
64 int StepTurnQueue(); | 64 bool StepTurnQueue(); |
65 void _406457(int a2); | 65 void _406457(int a2); |
66 void SetAIRecoveryTimes(); | 66 void SetAIRecoveryTimes(); |
67 void _4065B0(); | 67 void _4065B0(); |
68 void AIAttacks(unsigned int queue_index); | 68 void AIAttacks(unsigned int queue_index); |
69 void AI_Action_(int queue_index); | 69 void AI_Action_(int queue_index); |