SoftLK-lib/src/SLK_draw_pal_i.h
Captain4LK 20b94a32f9 Rework font system
* Fonts not loaded automatically anymore, load with SLK_draw_[DRAWTYPE]_load_font(path)
* Changed included font, because of unknown license/origin
* Included some more fonts
2020-07-28 20:09:59 +02:00

11 lines
167 B
C

#ifndef _SLK_DRAW_PAL_I_H_
#define _SLK_DRAW_PAL_I_H_
#include "../include/SLK/SLK_types.h"
SLK_Pal_sprite *target_pal;
SLK_Pal_sprite *target_pal_default;
#endif