summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/core/RID.h
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-03-06 08:49:24 +0100
committerKarroffel <therzog@mail.de>2017-03-06 08:49:24 +0100
commit632c953e4211eeddf9932918a26f0d2101c3fc38 (patch)
tree34f11acb2246c6ddc0d49e436daafb2cfc22069d /include/godot_cpp/core/RID.h
parent92e1f553ec7b6c609a8503a0d9bbf21f236a9805 (diff)
downloadredot-cpp-632c953e4211eeddf9932918a26f0d2101c3fc38.tar.gz
buuunch of stuff
Diffstat (limited to 'include/godot_cpp/core/RID.h')
-rw-r--r--include/godot_cpp/core/RID.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/godot_cpp/core/RID.h b/include/godot_cpp/core/RID.h
deleted file mode 100644
index 83eecc7..0000000
--- a/include/godot_cpp/core/RID.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef RID_H
-#define RID_H
-
-#include <godot/godot_rid.h>
-
-namespace godot {
-
-class Object;
-
-class RID {
- godot_rid _godot_rid;
-public:
-
- RID(Object *p);
-
- int32_t get_rid() const;
-
- ~RID();
-};
-
-}
-
-#endif // RID_H