File: fltk.pch

package info (click to toggle)
fltk1.3 1.3.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,300 kB
  • sloc: cpp: 105,017; ansic: 91,383; sh: 6,825; makefile: 1,948; perl: 24; xml: 7
file content (11 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
//
// Prefix header for all source files
//

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

#ifdef FL_LIBRARY
#include <ApplicationServices/ApplicationServices.h>
#endif