Changeset 867


Ignore:
Timestamp:
Aug 28, 2011, 4:26:40 AM (12 years ago)
Author:
sam
Message:

core: start working on the "half" type.

Location:
trunk/src
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r865 r867  
    1010    world.cpp world.h sample.cpp sample.h sampler.cpp sampler.h \
    1111    text.cpp text.h emitter.cpp emitter.h numeric.h hash.cpp hash.h \
    12     worldentity.cpp worldentity.h gradient.cpp gradient.h \
     12    worldentity.cpp worldentity.h gradient.cpp gradient.h half.cpp half.h \
    1313    platform.cpp platform.h sprite.cpp sprite.h \
    1414    \
  • trunk/src/core.h

    r864 r867  
    2020#include "matrix.h"
    2121#include "numeric.h"
     22#include "half.h"
    2223#include "timer.h"
    2324
Note: See TracChangeset for help on using the changeset viewer.