LuisAntonRebollo
|
82bb19e1b5
|
Fix for error on Clang compiler: reinterpret_cast from 'const void *' to 'FunctionType *' (aka 'void (*)(EngineObject *, const char *, const char *)') casts away qualifiers
return R( reinterpret_cast< FunctionType const* >( /*const_cast<void*>*/(mFn) )( mThis, a, b ) );
|
2014-06-02 02:18:59 +02:00 |
|
Thomas Fischer
|
cd978039ac
|
Merge pull request #635 from just-bank/engine-fixes
Various engine fixes
|
2014-05-23 14:09:00 +02:00 |
|
bank
|
e7eab10ad5
|
Corrected the use of #pragma warning()
We should use #pragma warning(push/pop) instead of (default: X)
|
2014-05-06 12:40:41 +04:00 |
|
cpusci
|
4c35fd37af
|
Simple pass over the codebase to standardize the platform types.
|
2013-08-04 16:26:01 -05:00 |
|
bank
|
9f2b0bcaf4
|
Fix engine API copy/paste errors (typo).
|
2013-02-28 23:50:57 +04:00 |
|
DavidWyand-GG
|
7dbfe6994d
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|