Changed ObjC properties to be pointers for C++ objects

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%4069
This commit is contained in:
kearwood
2012-08-16 20:44:33 +00:00
parent 721d25f0ed
commit 0ce4bc8b11
4 changed files with 119 additions and 113 deletions

View File

@@ -48,7 +48,7 @@ class KRContext;
class KRCamera {
public:
KRCamera();
KRCamera(KRContext &context, GLint width, GLint height);
~KRCamera();
GLint backingWidth, backingHeight;