We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a29a4 commit 80d74faCopy full SHA for 80d74fa
core/engine/Engine.h
@@ -13,6 +13,7 @@
13
#include <vector>
14
#include <unordered_set>
15
#include <chrono>
16
+#include <cstdint>
17
18
class Engine {
19
private:
core/math/Point2D.h
@@ -1,6 +1,7 @@
1
#ifndef POINT2D_H
2
#define POINT2D_H
3
#include <string>
4
5
6
struct Point2D {
7
public:
core/scene/Object.h
@@ -3,6 +3,7 @@
8
class Object {
9
0 commit comments