fixed forward decl

pull/127/head
Nickolai Korshunov 2018-02-24 11:13:22 +03:00
parent f1c35f24f6
commit a049a34f28
1 changed files with 1 additions and 2 deletions

View File

@ -3,10 +3,9 @@
#include "Variant.hpp"
#include "GodotGlobal.hpp"
#include "../Reference.hpp"
namespace godot {
class Reference;
class Object;
// Replicates Godot's Ref<T> behavior
// Rewritten from f5234e70be7dec4930c2d5a0e829ff480d044b1d.