Merge branch 'master' of git+ssh://ctpug.org.za/naja
[naja.git] / naja / scenes / scene.py
index d85dbab5db8937da03e7213a403ea73438cc9b91..c82427d565790299f5cab195958a84df635a46d3 100644 (file)
@@ -12,5 +12,14 @@ class Scene(object):
     def __init__(self):
         pass
 
-    def handle_event(self):
+    def enter(self):
+        pass
+
+    def exit(self):
+        pass
+
+    def render(self, surface):
+        pass
+
+    def handle_event(self, ev):
         pass