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:
@@ -48,7 +48,7 @@ class KRContext;
|
||||
|
||||
class KRCamera {
|
||||
public:
|
||||
KRCamera();
|
||||
KRCamera(KRContext &context, GLint width, GLint height);
|
||||
~KRCamera();
|
||||
|
||||
GLint backingWidth, backingHeight;
|
||||
|
||||
Reference in New Issue
Block a user