mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
12 lines
172 B
C
12 lines
172 B
C
#ifndef ZCUSTOM0_H
|
|
#define ZCUSTOM0_H
|
|
|
|
#include "types.h"
|
|
|
|
// luigi
|
|
#include "actors/luigi/geo_header.h"
|
|
|
|
// toad_player
|
|
#include "actors/toad_player/geo_header.h"
|
|
|
|
#endif
|