Sorting includes (tools directory)

This commit is contained in:
2014-04-20 23:22:57 -04:00
parent 4cf1c5a8f6
commit c13c0cf589
10 changed files with 36 additions and 37 deletions

View File

@@ -8,6 +8,7 @@
#include <cmath>
#include <SFML/System/Time.hpp>
using std::abs;
short get_ran (short times,short min,short max);
short s_pow(short x,short y);