Subversion Repositories Shiroi

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 nishi 1
/* $Id: shiroi_text_mk_i.h 3 2024-08-28 09:19:04Z nishi $ */
2
 
3
#ifndef __SHIROI_TEXT_MK_I_H__
4
#define __SHIROI_TEXT_MK_I_H__
5
 
6
#include "shiroi.h"
7
 
8
void shiroi_text_mk_i(shiroi_t* shiroi);
9
void shiroi_text_mk_i_tick(shiroi_t* shiroi);
10
void shiroi_text_mk_i_install(shiroi_t* shiroi, int slot);
11
 
12
#endif