mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 07:02:47 -04:00
555ff00e7a
* OS header * JKRFile and JKRDvdFile
12 lines
191 B
C
12 lines
191 B
C
#ifndef _global_h_
|
|
#define _global_h_
|
|
|
|
#define ARRAY_SIZE(o) (sizeof((o)) / sizeof(*(o)))
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
#include "os/OS.h"
|
|
#include "functions.h"
|
|
#include "variables.h"
|
|
|
|
#endif |