summaryrefslogtreecommitdiff
path: root/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic.h')
-rw-r--r--logic.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/logic.h b/logic.h
new file mode 100644
index 0000000..d85a631
--- /dev/null
+++ b/logic.h
@@ -0,0 +1,15 @@
+/*
+ * Created by yuuta on 4/1/22.
+ */
+
+#ifndef KSYXBOT_LOGIC_H
+#define KSYXBOT_LOGIC_H
+
+#include "td/td/telegram/td_c_client.h"
+#include "tdutils.h"
+
+void store(struct TdMessage *msg);
+
+void refresh(struct TdMessage *msg);
+
+#endif /* KSYXBOT_LOGIC_H */