Compile proptest.cpp with MSVC. There is still a link problem though
This commit is contained in:
parent
1194f1f991
commit
440234d4eb
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue