created WHY2_CONNECT_MESSAGE macro

This commit is contained in:
Václav Šmejkal 2023-04-20 08:56:48 +02:00
parent 0bfeb17755
commit 876c24e3fb
Signed by: ENGO150
GPG Key ID: F6D6DF86242C5A59

View File

@ -29,4 +29,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#define WHY2_INVALID_POINTER (void*) 0xffffffffffffffff #define WHY2_INVALID_POINTER (void*) 0xffffffffffffffff
#define WHY2_CONNECT_MESSAGE "{\"username:\"server\", \"message\":\"{X} connected.\"\"}" //guess what
#endif #endif