AnimatLab  2
Test
AnimatSim/StdAfx.cpp
1 // stdafx.cpp : source file that includes just the standard includes
2 // DevelopmentalLib.pch will be the pre-compiled header
3 // stdafx.obj will contain the pre-compiled type information
4 
5 #include "StdAfx.h"
6 #include "IMovableItemCallback.h"
7 #include "ISimGUICallback.h"
8 #include "AnimatBase.h"
9 
10 
11 
12 
Base class file for all Animat simulation objects.