|
@@ -23,10 +23,6 @@ namespace env { namespace detail {
|
|
|
@implementation GameView {
|
|
@implementation GameView {
|
|
|
std::shared_ptr<graphics::direct_renderer> renderer;
|
|
std::shared_ptr<graphics::direct_renderer> renderer;
|
|
|
std::shared_ptr<engine::game_dispatch> game;
|
|
std::shared_ptr<engine::game_dispatch> game;
|
|
|
-};
|
|
|
|
|
-
|
|
|
|
|
-- (id)initWithCoder:(NSCoder *)decoder {
|
|
|
|
|
- return self = [super initWithCoder:decoder];
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- (id)initWithFrame:(NSRect)aRect {
|
|
- (id)initWithFrame:(NSRect)aRect {
|