Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2008, 7:45:36 PM (15 years ago)
Author:
rgrieder
Message:

Added OrxEnum which is a template class that helps to create enumerations with unlimited entries since they are ints.
The only usage so far is for the ConfigFileType since we have about three predefined ones, but the KeyBinder would like to get new enum entries at run time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/visual_studio/vc8/util.vcproj

    r2171 r2541  
    173173                        </File>
    174174                        <File
     175                                RelativePath="..\..\src\util\OrxEnum.cc"
     176                                >
     177                        </File>
     178                        <File
    175179                                RelativePath="..\..\src\util\OutputBuffer.cc"
    176180                                >
     
    247251                        </File>
    248252                        <File
     253                                RelativePath="..\..\src\util\OrxEnum.h"
     254                                >
     255                        </File>
     256                        <File
    249257                                RelativePath="..\..\src\util\OrxonoxPlatform.h"
    250258                                >
Note: See TracChangeset for help on using the changeset viewer.