core2/modelRender.c documentation
This commit is contained in:
@@ -18,15 +18,12 @@
|
||||
#include "bs_funcs.h"
|
||||
|
||||
#include "bsint.h"
|
||||
#include "generic.h"
|
||||
|
||||
extern f32 fabsf(f32);
|
||||
#pragma intrinsic (fabsf)
|
||||
|
||||
typedef void (* GenMethod_0)(void);
|
||||
typedef void (* GenMethod_1)(s32);
|
||||
typedef void (* GenMethod_2)(s32, s32);
|
||||
typedef void (* GenMethod_4)(s32, s32, s32, s32);
|
||||
typedef void (* GenMethod_5)(s32, s32, s32, s32, s32);
|
||||
|
||||
#define NOT(boolean) ((boolean) ^ 1)
|
||||
|
||||
#define TUPLE_ASSIGN(out, a, b, c) {\
|
||||
|
Reference in New Issue
Block a user