mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
Import Recast Navigation as third party dependency Credits go to Mikko Mononen memon at inside dot org
7 lines
143 B
Text
7 lines
143 B
Text
//
|
|
// Prefix header for all source files of the 'Recast' target in the 'Recast' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Cocoa/Cocoa.h>
|
|
#endif
|