代码搜索:mapobject
找到约 52 项符合「mapobject」的源代码
代码结果 52
www.eeworm.com/read/187834/8598423
h mapobject.h
//////////////////////////////////////////////////////
//
// NRDB Pro - Spatial database and mapping application
//
// Copyright (c) 1989-2004 Richard D. Alexander
//
// This program is free sof
www.eeworm.com/read/170282/9812218
h mapobject.h
//////////////////////////////////////////////////////
//
// NRDB Pro - Spatial database and mapping application
//
// Copyright (c) 1989-2004 Richard D. Alexander
//
// This program is free sof
www.eeworm.com/read/453468/7419411
cpp mapobject.cpp
// MapObject.cpp: implementation of the MapObject class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MapObject.h"
///////////////////
www.eeworm.com/read/453468/7419478
h mapobject.h
// MapObject.h: interface for the MapObject class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAPOBJECT_H__5ACBB04B_B1A3_4716_86DE_ED7FAF1D96B7__IN
www.eeworm.com/read/230662/4720090
java mapobject.java
/*
* Tiled Map Editor, (c) 2004-2006
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free
www.eeworm.com/read/192391/5157082
h mapobject.h
#ifndef _MAPOBJECT_H
#define _MAPOBJECT_H
#include "Def.h"
#include "stdint.h"
#include "FixVec2.h"
#include
class Map;
class Surface;
namespace io {
class InputStr
www.eeworm.com/read/192391/5157140
cpp mapobject.cpp
#include "MapObject.h"
#include "App.h"
#include "FixUtil.h"
#include "Map.h"
#include
#include
#include
#include
using namespa
www.eeworm.com/read/412490/11197744
cpp mapobject.cpp
#include ".\mapobject.h"
CMapObject::CMapObject(SceneManager* mSceneMgr)
{
}
CMapObject::~CMapObject(void)
{
}
www.eeworm.com/read/412490/11197750
h mapobject.h
#pragma once
#include "Ogre.h"
#include "vector"
#include "windows.h"
#include
using namespace Ogre;
class CMapObject
{
public:
CMapObject(SceneManager* mSceneMgr);
~CMapO
www.eeworm.com/read/119782/14822534