Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 30, 2010, 5:04:12 PM (14 years ago)
Author:
rgrieder
Message:

Moved Loki library files to separate loki folder in externals.
Also added TypeManip.h (now used in Convert.h) and static_check.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/Game.cc

    r6502 r7266  
    3737#include <exception>
    3838#include <boost/weak_ptr.hpp>
     39#include <loki/ScopeGuard.h>
    3940
    4041#include "util/Clock.h"
    4142#include "util/Debug.h"
    4243#include "util/Exception.h"
    43 #include "util/ScopeGuard.h"
    4444#include "util/Sleep.h"
    4545#include "util/SubString.h"
Note: See TracChangeset for help on using the changeset viewer.