mirror of
https://github.com/id-Software/DOOM-iOS.git
synced 2026-03-19 16:39:48 +01:00
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
//
|
|
// Prefix header for all source files of the 'doom' target in the 'doom' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
#endif
|