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

@@ -5,16 +5,14 @@
* Created by Celtic Minstrel on 16/04/09.
*
*/
#include <cmath>
#include "restypes.hpp"
#include <cstdio>
#include "soundtool.h"
#include <cmath>
#include <cstdio>
#include <sstream>
#include <memory>
#include "restypes.hpp"
#include "mathutil.h"
std::shared_ptr<sf::SoundBuffer> sound_handles[NUM_SOUNDS];