Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/levelLoader/src/util/loading/load_param.cc @ 4252

Last change on this file since 4252 was 4252, checked in by bensch, 19 years ago

orxonox/branches/levelLoader: macro-war

File size: 710 bytes
Line 
1/*
2   orxonox - the future of 3D-vertical-scrollers
3
4   Copyright (C) 2004 orx
5
6   This program is free software; you can redistribute it and/or modify
7   it under the terms of the GNU General Public License as published by
8   the Free Software Foundation; either version 2, or (at your option)
9   any later version.
10
11   ### File Specific:
12   main-programmer: Christian Meyer
13   co-programmer: ...
14*/
15
16#include "load_param.h"
17
18
19BaseLoadParam::BaseLoadParam(BaseObject* object, const char* type1, const char* type2,
20                const char* type3, const char* type4, const char* type5)
21{
22 
23}
24
25/**
26   \brief if the description of Parameters should be executed
27*/
28bool LoadClassDescription::parametersDescription = false;
Note: See TracBrowser for help on using the repository browser.