NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
TPL.h
1/**
2 * References: YAGCD, BrawlBox
3 */
4
5#ifndef RVL_SDK_PUBLIC_TPL_H
6#define RVL_SDK_PUBLIC_TPL_H
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11#include <revolution/TPL/TPL.h>
12
13#ifdef __cplusplus
14}
15#endif
16#endif