AnimatLab  2
Test
AnimatLibrary.cpp
1 // AnimatSim.cpp : Defines the entry point for the DLL application.
2 //
3 
4 #include "StdAfx.h"
5 #include "IMovableItemCallback.h"
6 #include "ISimGUICallback.h"
7 #include "AnimatBase.h"
8 
9 #ifdef WIN32
10 
11 bool APIENTRY DllMain( HANDLE hModule,
12  DWORD ul_reason_for_call,
13  LPVOID lpReserved
14  )
15 {
16  return true;
17 }
18 
19 #endif
Base class file for all Animat simulation objects.