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