This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
probotic/include/api.h

6 lines
80 B
C
Raw Normal View History

2023-08-02 14:53:32 -04:00
#pragma once
int api_init(void);
void api_rope(void);
char* remind(char* who);