mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:41:10 +02:00
fix casing of SharedUtil include in balls
This commit is contained in:
parent
0c184b9912
commit
258eed5890
1 changed files with 4 additions and 2 deletions
|
@ -10,8 +10,10 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include "Util.h"
|
|
||||||
#include "sharedUtil.h"
|
#include <SharedUtil.h>
|
||||||
|
#include <Util.h>
|
||||||
|
|
||||||
#include "world.h"
|
#include "world.h"
|
||||||
#include "InterfaceConfig.h"
|
#include "InterfaceConfig.h"
|
||||||
#include "Balls.h"
|
#include "Balls.h"
|
||||||
|
|
Loading…
Reference in a new issue