Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2007, 8:21:47 PM (16 years ago)
Author:
rgrieder
Message:
  • converted loader library to be compilable as a DLL
    • added loader_platform.h and loader_prereq.h to do that
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/loader/LightManager.h

    r346 r379  
    11#include <vector>
    22
     3#include "loader_platform.h"
    34#include "xml/xmlParser.h"
    45#include "Light.h"
     
    910namespace light
    1011{
    11         class LightManager
     12        class _LoaderExport LightManager
    1213        {     
    1314        public:
Note: See TracChangeset for help on using the changeset viewer.