mirror of
https://github.com/zeldaret/tmc
synced 2026-09-03 02:13:43 -04: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
|