fix casing of SharedUtil include in balls

This commit is contained in:
Stephen Birarda 2013-06-21 14:32:55 -07:00
parent 0c184b9912
commit 258eed5890

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"