Changeset 2257 for trunk/src/core.h


Ignore:
Timestamp:
Jan 22, 2013, 1:48:51 AM (10 years ago)
Author:
sam
Message:

core: move the Log and Timer classes to the sys/ subdirectory, use
the String class instead of the stack for logging, and get rid of
the old and useless BitField class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core.h

    r2238 r2257  
    9090
    9191#include <lol/sys/init.h>
     92#include <lol/sys/log.h>
    9293#include <lol/sys/thread.h>
     94#include <lol/sys/timer.h>
    9395
    9496#include <lol/image/color.h>
    9597
    9698#include "numeric.h"
    97 #include "timer.h"
    9899
    99100// Static classes
    100 #include "log.h"
    101101#include "platform.h"
    102102#include "video.h"
Note: See TracChangeset for help on using the changeset viewer.