mirror of
https://github.com/yawut/SDL.git
synced 2026-03-22 18:04:27 -05:00
15 lines
236 B
Objective-C
15 lines
236 B
Objective-C
//
|
|
// MyCustomWindow.m
|
|
// SDL Custom View App
|
|
//
|
|
// Created by Darrell Walisser on Fri Jul 18 2003.
|
|
// Copyright (c) 2003 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import "MyCustomWindow.h"
|
|
|
|
|
|
@implementation MyCustomWindow
|
|
|
|
@end
|