AnimatLab  2
Test
HybridInterfaceSim.cpp
1 // RoboticsAnimatSim.cpp : Defines the entry point for the DLL application.
2 //
3 
4 #include "StdAfx.h"
5 
6 #ifdef WIN32
7 
8 bool APIENTRY DllMain( HANDLE hModule,
9  DWORD ul_reason_for_call,
10  LPVOID lpReserved
11  )
12 {
13  return true;
14 }
15 
16 #endif
17