Subversion Repositories Shiroi

Rev

Rev 3 | Rev 7 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 6
Line 1... Line 1...
1
/* $Id: shiroi.h 3 2024-08-28 09:19:04Z nishi $ */
1
/* $Id: shiroi.h 6 2024-08-28 10:29:32Z nishi $ */
2
 
2
 
3
#ifndef __SHIROI_H__
3
#ifndef __SHIROI_H__
4
#define __SHIROI_H__
4
#define __SHIROI_H__
5
 
5
 
6
#include "chips_common.h"
6
#include "chips_common.h"
Line 47... Line 47...
47
	int tick;
47
	int tick;
48
} shiroi_math_t;
48
} shiroi_math_t;
49
 
49
 
50
typedef struct {
50
typedef struct {
51
	unsigned char key;
51
	unsigned char key;
-
 
52
	bool caps;
52
	int tick;
53
	int tick;
53
} shiroi_text_t;
54
} shiroi_text_t;
54
 
55
 
55
typedef struct {
56
typedef struct {
56
	union {
57
	union {