Merge pull request #572 from birarda/master

fix shared util casing in balls
This commit is contained in:
birarda 2013-06-21 14:35:29 -07:00
commit e50baad9c4

View file

@ -10,8 +10,10 @@
//
#include <glm/glm.hpp>
#include "Util.h"
#include "sharedUtil.h"
#include <SharedUtil.h>
#include <Util.h>
#include "world.h"
#include "InterfaceConfig.h"
#include "Balls.h"