engine/Templates/SalmonUniversalTemplate/iOS/CustomGLKView.h

14 lines
268 B
C
Raw Permalink Normal View History

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