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 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/lol/sys/timer.h

    r2256 r2257  
    22// Lol Engine
    33//
    4 // Copyright: (c) 2010-2011 Sam Hocevar <sam@hocevar.net>
     4// Copyright: (c) 2010-2013 Sam Hocevar <sam@hocevar.net>
    55//   This program is free software; you can redistribute it and/or
    66//   modify it under the terms of the Do What The Fuck You Want To
     
    1414//
    1515
    16 #if !defined __LOL_TIMER_H__
    17 #define __LOL_TIMER_H__
     16#if !defined __LOL_SYS_TIMER_H__
     17#define __LOL_SYS_TIMER_H__
    1818
    1919namespace lol
     
    3838} /* namespace lol */
    3939
    40 #endif // __LOL_TIMER_H__
     40#endif // __LOL_SYS_TIMER_H__
    4141
Note: See TracChangeset for help on using the changeset viewer.