File: TimeMonWraps.h

package info (click to toggle)
timemon.app 4.0.0-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 404 kB
  • ctags: 21
  • sloc: objc: 686; ansic: 48; makefile: 41
file content (9 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
// translated from the pswraps for GNUstep/MOSX by Gregory John Casamento

#ifdef GNUSTEP
#include <AppKit/PSOperators.h>
#endif

// the drawing function...
void drawArc2(double radius, double bdeg, double ddeg, double ldeg, double mdeg);