initial commit

This commit is contained in:
snow32a
2026-06-17 00:10:06 +03:00
parent 72b86c4153
commit 62187e7d6e
35 changed files with 6170 additions and 0 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
#pragma once
#include <openssl/ssl.h>
#include <windows.h>
#include <commctrl.h>
#include "discordtypes.h"
extern char* token;
extern SSL *GatewaySSL;
typedef struct{
HTREEITEM itm;
char* id;
} ChannelUIEntry;