Changeset 965


Ignore:
Timestamp:
Sep 20, 2011, 2:03:55 PM (12 years ago)
Author:
sam
Message:

core: start working on a "real" class for arbitrarily sized floats.

Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r958 r965  
    1212    worldentity.cpp worldentity.h gradient.cpp gradient.h half.cpp half.h \
    1313    platform.cpp platform.h sprite.cpp sprite.h trig.cpp trig.h \
     14    real.cpp real.h \
    1415    \
    1516    lol/unit.h \
  • trunk/src/core.h

    r963 r965  
    6565#include "trig.h"
    6666#include "half.h"
     67#include "real.h"
    6768#include "matrix.h"
    6869#include "numeric.h"
  • trunk/test/Makefile.am

    r951 r965  
    2020
    2121testsuite_SOURCES = testsuite.cpp \
    22     unit/matrix.cpp unit/half.cpp unit/trig.cpp unit/build.cpp
     22    unit/matrix.cpp unit/half.cpp unit/trig.cpp unit/build.cpp unit/real.cpp
    2323testsuite_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
    2424testsuite_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
Note: See TracChangeset for help on using the changeset viewer.