Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 10, 2008, 1:11:19 PM (16 years ago)
Author:
rgrieder
Message:

Moved Exception to util now that debug has been moved.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/trunk/src/util/Exception.h

    r1761 r1764  
    3636#define _Exception_H__
    3737
    38 #include "CorePrereqs.h"
     38#include "UtilPrereqs.h"
    3939
    4040#include <string>
    4141#include <exception>
    4242#include <cassert>
    43 #include "util/Debug.h"
     43#include "Debug.h"
    4444
    4545// Define some ugly macros to make things more clear
     
    5252namespace orxonox
    5353{
    54     class _CoreExport Exception : public std::exception
     54    class _UtilExport Exception : public std::exception
    5555    {
    5656    public:
Note: See TracChangeset for help on using the changeset viewer.