1
0
Fork 0

Compile proptest.cpp with MSVC. There is still a link problem though

This commit is contained in:
Frederic Bouvier 2012-03-30 07:41:08 +02:00
parent 1194f1f991
commit 440234d4eb

View file

@ -1,6 +1,12 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <simgear/math/SGMath.hxx>
#include "Math.hpp"
#include "FGFDM.hpp"
#include "PropEngine.hpp"