Fixed: tile_edit compilation

This commit is contained in:
kervala 2010-09-25 16:18:15 +02:00
parent 48466ada3c
commit 245b8b6bee
7 changed files with 5 additions and 11 deletions

View file

@ -15,7 +15,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdafx.h"
#include "tile_edit.h"
extern ClassDesc2* GetTile_editDesc();

View file

@ -15,7 +15,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdafx.h"
#include "tile_edit.h"
#include "Popup.h"
#ifdef _DEBUG

View file

@ -15,7 +15,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdafx.h"
#include "tile_edit.h"
#include "TileCtrl.h"
#include "browse.h"

View file

@ -59,9 +59,7 @@ public:
int h,b,g,d; //index dans la liste des bordures pour le haut, le bas, la gauche et la droite du tile
};
using namespace std;
typedef list<TileInfo*> tilelist;
typedef std::list<TileInfo*> tilelist;
class TileList
{

View file

@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdafx.h"
#include "tile_edit.h"
#include "tile_edit_exe.h"
#include "TileList.h"
#include "browse.h"

View file

@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdafx.h"
#include "tile_edit.h"
#include "tile_edit_exe.h"
#include "TileView.h"
#ifdef _DEBUG
@ -50,8 +50,8 @@ END_MESSAGE_MAP()
void TileView::OnDropFiles(HDROP hDropInfo)
{
// TODO: Add your message handler code here and/or call default
*parent=this->GetParent();
if (parent) parent->
// *parent=this->GetParent();
// if (parent) parent->
CListCtrl::OnDropFiles(hDropInfo);
}

View file

@ -46,7 +46,6 @@ typedef struct ROUT
unsigned long time;
} ROUT;
*/
#include "..\tile_edit\tile_edit.h"
ROUT Routines[20];