mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
15 lines
231 B
C
15 lines
231 B
C
#ifndef CUSTOM0_H
|
|
#define CUSTOM0_H
|
|
|
|
#include "types.h"
|
|
|
|
// error model
|
|
#include "actors/error_model/geo_header.h"
|
|
|
|
// luigi_cap
|
|
#include "actors/luigi_cap/geo_header.h"
|
|
|
|
// toad_cap
|
|
#include "actors/toad_cap/geo_header.h"
|
|
|
|
#endif
|