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