mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 06:53:46 +02:00
oops moving stdint to header file
This commit is contained in:
parent
a03d6f8d80
commit
e411b41be7
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
|||
#include <cstring>
|
||||
#include <glm/glm.hpp>
|
||||
#include "Log.h"
|
||||
#include <stdint.h>
|
||||
|
||||
const float DELTA_TIME = 1.f / 60.f;
|
||||
const float DECAY_RATE = 0.15f;
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include <glm/gtc/quaternion.hpp>
|
||||
#include <cstring>
|
||||
#include "world.h"
|
||||
#include <stdint.h>
|
||||
|
||||
struct TouchState {
|
||||
uint16_t x, y;
|
||||
|
|
Loading…
Reference in a new issue