Changeset 2086


Ignore:
Timestamp:
Nov 18, 2012, 6:00:32 PM (11 years ago)
Author:
sam
Message:

core: new String class.

Location:
trunk/src
Files:
2 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/core.h

    r2077 r2086  
    7575
    7676// Base types
    77 #include "lol/debug.h"
    78 #include "lol/math/math.h"
    79 #include "lol/math/half.h"
    80 #include "lol/math/real.h"
    81 #include "lol/math/vector.h"
     77#include <lol/debug.h>
     78#include <lol/core/array.h>
     79#include <lol/core/string.h>
     80#include <lol/math/math.h>
     81#include <lol/math/half.h>
     82#include <lol/math/real.h>
     83#include <lol/math/vector.h>
    8284#include "numeric.h"
    8385#include "timer.h"
    8486#include "thread/thread.h"
    85 #include "array.h"
    8687
    8788// Static classes
  • trunk/src/lolcore.vcxproj

    r2077 r2086  
    301301  <ItemGroup>
    302302    <ClInclude Include="application\application.h" />
    303     <ClInclude Include="array.h" />
    304303    <ClInclude Include="audio.h" />
    305304    <ClInclude Include="bitfield.h" />
     
    584583    <ClInclude Include="loldebug.h" />
    585584    <ClInclude Include="lolgl.h" />
     585    <ClInclude Include="lol\core\array.h" />
    586586    <ClInclude Include="lol\debug.h" />
    587587    <ClInclude Include="lol\math\half.h" />
Note: See TracChangeset for help on using the changeset viewer.