File: ___PROJECTNAMEASIDENTIFIER____Prefix.pch

package info (click to toggle)
libsdl1.2 1.2.15%2Bdfsg2-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,596 kB
  • sloc: ansic: 128,539; cpp: 11,192; sh: 9,887; asm: 2,553; objc: 2,128; makefile: 349; csh: 248; perl: 35; pascal: 8
file content (9 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (54)
1
2
3
4
5
6
7
8
9
//
// Prefix header for all source files of the 'PROJECTNAME' target in the 'PROJECTNAME' project
//

#include "SDL.h"

#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif