mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:37:58 +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 <cstring>
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
const float DELTA_TIME = 1.f / 60.f;
|
const float DELTA_TIME = 1.f / 60.f;
|
||||||
const float DECAY_RATE = 0.15f;
|
const float DECAY_RATE = 0.15f;
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
#include <glm/gtc/quaternion.hpp>
|
#include <glm/gtc/quaternion.hpp>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include "world.h"
|
#include "world.h"
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
struct TouchState {
|
struct TouchState {
|
||||||
uint16_t x, y;
|
uint16_t x, y;
|
||||||
|
|
Loading…
Reference in a new issue