2
0
mirror of https://github.com/team2059/Zaphod synced 2024-12-18 20:12:28 -05:00

Formatted code and started work on Test function

This commit is contained in:
Austen Adler 2014-03-31 22:40:15 -04:00
parent 554d8f7c9f
commit ab224b71f5

View File

@ -630,6 +630,11 @@ public:
//}}}
//Test{{{
void Test(){
int i=0;
while(IsEnabled()&&IsTest()){
i++;
Wait(0.005f);
}
}
//}}}
};