Implemented KRContext class to reduce the parameter count of method calls

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%4041
This commit is contained in:
kearwood
2012-04-12 19:43:08 +00:00
parent 1c3ffa4d67
commit f847b89f5a
22 changed files with 295 additions and 186 deletions

View File

@@ -29,7 +29,8 @@
// or implied, of Kearwood Gilbert.
//
#include "KRSceneManager.h"
#import "KRSceneManager.h"
#import "KRScene.h"
KRSceneManager::KRSceneManager() {
}