* Fix some header dependencies
* Indent class CHeightMap in a more readable manner git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2183 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
c05b65d532
commit
2e28b1926a
|
@ -25,6 +25,8 @@
|
|||
//
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#include "directx.h"
|
||||
#include "geometry.h"
|
||||
|
||||
|
@ -45,6 +47,9 @@ enum {
|
|||
DM3D_DRAGOBJECT,
|
||||
};
|
||||
|
||||
// Forward declaration for pointer
|
||||
class CBTEditDoc;
|
||||
|
||||
class CBTEditView : public CScrollView
|
||||
{
|
||||
protected: // create from serialization only
|
||||
|
|
Loading…
Reference in New Issue