mirror of
https://github.com/AntonioND/palib.git
synced 2025-06-18 14:45:43 -04:00
19 lines
215 B
C
19 lines
215 B
C
// Graphics converted using PAGfx by Mollusk.
|
|
|
|
#pragma once
|
|
|
|
#include <PA_BgStruct.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
// Backgrounds:
|
|
extern const PA_BgStruct bg0;
|
|
|
|
// Palettes:
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|