1
0
mirror of https://github.com/fumiama/CMoe-Counter.git synced 2026-06-05 02:00:24 +08:00
This commit is contained in:
源文雨
2022-05-20 15:13:49 +08:00
parent f30d2af652
commit 6924c0dbd1
3 changed files with 8 additions and 4 deletions

3
cmoe.h
View File

@@ -3,9 +3,6 @@
#include <stdint.h>
#define DATFILE "dat.sp"
#define TOKEN "fumiama"
#define COUNTER_NAME_LEN 64
struct COUNTER {
char name[COUNTER_NAME_LEN];