Changeset 2238


Ignore:
Timestamp:
Jan 21, 2013, 12:43:58 AM (10 years ago)
Author:
sam
Message:

sys: move thread.h to the sys/ directory.

Location:
trunk/src
Files:
3 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r2237 r2238  
    4747    base/hash.cpp base/string.cpp \
    4848    \
    49     thread/threadbase.h thread/thread.h \
    50     \
    5149    math/vector.cpp math/real.cpp math/half.cpp math/trig.cpp \
    5250    math/geometry.cpp \
     
    7573    \
    7674    sys/init.cpp \
     75    sys/threadbase.h sys/thread.h \
    7776    \
    7877    image/image.cpp image/image.h image/image-private.h \
  • trunk/src/core.h

    r2237 r2238  
    9090
    9191#include <lol/sys/init.h>
     92#include <lol/sys/thread.h>
    9293
    9394#include <lol/image/color.h>
     
    9596#include "numeric.h"
    9697#include "timer.h"
    97 #include "thread/thread.h"
    9898
    9999// Static classes
  • trunk/src/lol/sys/thread.h

    r2237 r2238  
    2020#   include "platform/ps3/threadbase.h"
    2121#else
    22 #   include "threadbase.h"
     22#   include "sys/threadbase.h"
    2323#endif
    2424
  • trunk/src/lolcore.vcxproj

    r2226 r2238  
    600600    <ClInclude Include="lol\math\remez.h" />
    601601    <ClInclude Include="lol\math\vector.h" />
     602    <ClInclude Include="lol\sys\init.h" />
     603    <ClInclude Include="lol\sys\thread.h" />
    602604    <ClInclude Include="lol\unit.h" />
    603605    <ClInclude Include="mesh\mesh.h" />
     
    619621    <ClInclude Include="simd.h" />
    620622    <ClInclude Include="sprite.h" />
     623    <ClInclude Include="sys\threadbase.h" />
     624    <ClInclude Include="sys\init.cpp" />
    621625    <ClInclude Include="text.h" />
    622     <ClInclude Include="thread\thread.h" />
    623     <ClInclude Include="thread\threadbase.h" />
    624626    <ClInclude Include="ticker.h" />
    625627    <ClInclude Include="tiler.h" />
Note: See TracChangeset for help on using the changeset viewer.