AnimatLab
2
Test
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
AnimatSimulator.cpp
1
2
#include "StdAfx.h"
3
4
int
main(
int
argc,
const
char
**argv)
5
{
6
7
try
8
{
9
#ifndef ANIMAT_STATIC
10
return
BootStrap_RunLibrary(argc, argv);
11
#else
12
BulletAnimatSim::RunBootstrap(argc, argv);
13
#endif
14
}
15
catch
(
char
*str)
16
{
17
printf(
"Error occurred: %s\n"
, str) ;
18
return
-1;
19
}
20
catch
(...)
21
{
22
printf(
"An Unknown Error occurred.\n"
) ;
23
return
-1;
24
}
25
}
Applications
AnimatSimulator
AnimatSimulator.cpp
Generated on Tue Sep 29 2015 07:07:12 for AnimatLab by
1.8.10