performance improvements

This commit is contained in:
Eduardo Bart
2012-04-04 09:56:22 -03:00
parent c250bfcf42
commit 11ad1f5c5b
3 changed files with 5 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ typedef int32_t int32;
typedef int16_t int16;
typedef int8_t int8;
typedef int64 ticks_t;
typedef long ticks_t;
typedef std::function<void()> SimpleCallback;
typedef std::function<bool()> BooleanCallback;