mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
14 lines
146 B
Objective-C
14 lines
146 B
Objective-C
//
|
|
// RBXWindow.h
|
|
// MacClient
|
|
//
|
|
// Created by Ben Tkacheff on 9/30/13.
|
|
//
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface RBXWindow : NSWindow
|
|
|
|
@end
|