mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:33:45 +02:00
Merge pull request #572 from birarda/master
fix shared util casing in balls
This commit is contained in:
commit
e50baad9c4
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue