more optimizations
removed ancient firedelays maybe some more...
This commit is contained in:
parent
60e4802640
commit
c445d07c2b
13 changed files with 383 additions and 472 deletions
|
|
@ -4068,3 +4068,8 @@ public:
|
|||
// Sizeof bounds
|
||||
//
|
||||
#define SIZEOF_CHAR(in) sizeof (in) - 1
|
||||
|
||||
//
|
||||
// Squared Length
|
||||
//
|
||||
#define GET_SQUARE(in) (in * in)
|
||||
Loading…
Add table
Add a link
Reference in a new issue