i'm making irrlicht a new engine and i need help to change namespaces and codes i want something like this
using namespace rtn
{
RadiationGameStart* device
createGameWindow(EDT_OPENGL, dimension2d<s32>(512, 384), 16, false, false, 0);
}
something like this i know it is too hard but help me for 1 code only thanx from now
namespace thingy
-
- Posts: 12
- Joined: Fri Sep 24, 2004 5:26 pm
namespace thingy
..:::radiation interactive:::..
-
- Posts: 602
- Joined: Sat Aug 23, 2003 2:03 am
- Location: Pottstown, PA
- Contact:
Code: Select all
namespace rtn
{
//poop
}
Re: namespace thingy
??MaDpRoGrAmMeR wrote:i'm making irrlicht a new engine
-
- Posts: 12
- Joined: Fri Sep 24, 2004 5:26 pm
it's not Your english! It's what You intend to do that is funny.
But if You insist grab a tool for windows that lets you find and replace strings in files (like ultraedit...) and just replace all the occurances of 'irr' to become 'lot_of_work_on_next_irrlicht_release' or whatever namespace You like.
Good luck with that
But if You insist grab a tool for windows that lets you find and replace strings in files (like ultraedit...) and just replace all the occurances of 'irr' to become 'lot_of_work_on_next_irrlicht_release' or whatever namespace You like.
Good luck with that