entityfactory.cpp from FreePop at Krugle
Show entityfactory.cpp syntax highlighted
/***************************************************************************
entityfactory.cpp
-------------------
begin : Tue Jun 1 2004
copyright : (C) 2004 by Brendon Higgins
email : freepop-devel@lists.sourceforge.net
***************************************************************************/
/***************************************************************************
* *
* 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 Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include <entityfactory.h>
namespace EntityFactory {
const int TREE = 0;
const int PEEPMAGNET = 1;
const int FIRECOLUMN = 2;
const int PEEP = 3;
const int TOWN = 4;
const int ROCK = 5;
const int CROPS = 6;
const int SWAMP = 7;
}
See more files for this project here