summaryrefslogtreecommitdiff
path: root/include/main.h
blob: 495a0b9a9c7b5ddb0516285e6de823de3eeaf82e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MAIN_H
#define MAIN_H

#include "ultra64.h"

extern s32 gScreenWidth;
extern s32 gScreenHeight;
extern u32 gSystemHeapSize;

void Main(void* arg);

#endif