Isle
Loading...
Searching...
No Matches
decomp.h File Reference

Go to the source code of this file.

Macros

#define DECOMP_STATIC_ASSERT(V)
 
#define DECOMP_SIZE_ASSERT(T, S)
 
#define sizeOfArray(arr)   (sizeof(arr) / sizeof(arr[0]))
 

Typedefs

typedef unsigned char undefined
 
typedef unsigned short undefined2
 
typedef unsigned int undefined4
 

Macro Definition Documentation

◆ DECOMP_SIZE_ASSERT

#define DECOMP_SIZE_ASSERT (   T,
 
)

Definition at line 19 of file decomp.h.

◆ DECOMP_STATIC_ASSERT

#define DECOMP_STATIC_ASSERT (   V)

Definition at line 18 of file decomp.h.

◆ sizeOfArray

#define sizeOfArray (   arr)    (sizeof(arr) / sizeof(arr[0]))

Definition at line 23 of file decomp.h.

Typedef Documentation

◆ undefined

typedef unsigned char undefined

Definition at line 26 of file decomp.h.

◆ undefined2

typedef unsigned short undefined2

Definition at line 27 of file decomp.h.

◆ undefined4

typedef unsigned int undefined4

Definition at line 28 of file decomp.h.