11 lines
170 B
C
11 lines
170 B
C
#ifndef __HEARTTIME__
|
|
#define __HEARTTIME__
|
|
#include "global.h"
|
|
|
|
u8 hearttime_get();
|
|
void hearttime_set(u8 space);
|
|
void hearttime_write();
|
|
void hearttime_read();
|
|
#endif
|
|
|