Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/states/GameState.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/states/GameState.py')
-rwxr-xr-xsrc/states/GameState.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/states/GameState.py b/src/states/GameState.py
index c40af7e..ef0453c 100755
--- a/src/states/GameState.py
+++ b/src/states/GameState.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
class CGameState(object):
def init(self):
print "CGameState init"
@@ -10,4 +12,4 @@ class CGameState(object):
# print "CGameState render"
def destroy(self):
- print "CGameState destroy" \ No newline at end of file
+ print "CGameState destroy"