2013-01-23 20:14:11 +00:00
|
|
|
|
//
|
|
|
|
|
// CustomGLKView.h
|
|
|
|
|
// doublehitballs
|
|
|
|
|
//
|
|
|
|
|
// Created by vvv ооо on 15.07.12.
|
|
|
|
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
|
|
|
|
//
|
|
|
|
|
|
2013-02-06 20:40:30 +00:00
|
|
|
|
#import "include/Utils/IosApi/ObjC/GLKViewTemplate.h"
|
2013-01-23 20:14:11 +00:00
|
|
|
|
|
2013-02-06 20:40:30 +00:00
|
|
|
|
@interface CustomGLKView : GLKViewTemplate
|
2013-01-23 20:14:11 +00:00
|
|
|
|
|
|
|
|
|
@end
|