OpenSimMirror/libraries/ode-0.9/contrib/Mac_CFMCarbon/mac_source/ODETestPrefix.h

13 lines
305 B
C

#ifndef prefix_h
#define prefix_h
#include "CommonPrefix.h"
// Hack to automatically call SIOUX's CLI interface for the test apps
#include <console.h>
#include <SIOUX.h>
int fmain ();
int main (int argc, char **argv) { argc = ccommand(&argv); return fmain(); }
#define main() fmain()
#endif // prefix_h