12 lines
218 B
C
Executable File
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;
|