@@ -2,6 +2,7 @@ lib
lib/py
src/actor
src/cluster
+src/directbase
src/directtools
src/directdevices
src/directnotify
@@ -0,0 +1,4 @@
+print 'DirectStart: Starting the game.'
+
+import ShowBase
+ShowBase.ShowBase()