summaryrefslogtreecommitdiffstats
path: root/raul/Atom.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Atom.h')
-rw-r--r--raul/Atom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/raul/Atom.h b/raul/Atom.h
index cded253..2b9d800 100644
--- a/raul/Atom.h
+++ b/raul/Atom.h
@@ -32,6 +32,9 @@ namespace Raul {
*/
class Atom {
public:
+
+ //TODO: Add a bool type here that serializes nicely to Turtle "true" and "false"
+
enum Type {
NIL,
INT,