File: fweelin_Prefix.pch

package info (click to toggle)
freewheeling 0.6-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,848 kB
  • ctags: 4,510
  • sloc: cpp: 22,446; sh: 3,711; xml: 2,879; makefile: 29; ansic: 12
file content (9 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
//
// Prefix header for all source files of the 'fweelin' target in the 'fweelin' project
//

#include "SDL.h"

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