Nugget
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Functions
cube.c File Reference
#include <stdlib.h>
#include <libgte.h>
#include <libetc.h>
#include <libgpu.h>
Include dependency graph for cube.c:

Classes

struct  DB
 

Macros

#define ARRAY_SIZE(a)   (sizeof(a) / sizeof(*(a)))
 
#define OTSIZE   4096
 
#define SCREEN_Z   512
 
#define CUBESIZE   196
 

Typedefs

typedef struct DB DB
 

Functions

int main (void)
 

Macro Definition Documentation

◆ ARRAY_SIZE

#define ARRAY_SIZE (   a)    (sizeof(a) / sizeof(*(a)))

◆ CUBESIZE

#define CUBESIZE   196

◆ OTSIZE

#define OTSIZE   4096

◆ SCREEN_Z

#define SCREEN_Z   512

Typedef Documentation

◆ DB

typedef struct DB DB

Function Documentation

◆ main()

int main ( void  )