Files
2026-06-17 00:10:06 +03:00

12 lines
218 B
C
Executable File

#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;