mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-04-26 16:57:06 -05:00
10 lines
214 B
C
Executable File
10 lines
214 B
C
Executable File
// Copyright (c) 2015 YamaArashi
|
|
|
|
#ifndef JASC_PAL_H
|
|
#define JASC_PAL_H
|
|
|
|
void ReadJascPalette(char *path, struct Palette *palette);
|
|
void WriteJascPalette(char *path, struct Palette *palette);
|
|
|
|
#endif // JASC_PAL_H
|