IT WORKS BUT ITS SCUFFED AS HELL

This commit is contained in:
Yannik
2023-04-14 14:44:40 +02:00
parent 4359bc1396
commit e9d6a8c1ce
61 changed files with 9 additions and 10 deletions

View File

@@ -2,11 +2,10 @@
#define DISCORDRPC_H
#include <godot_cpp/classes/node.hpp>
#include "./discord-game-sdk-cpp/discord.h"
#include "discord.h"
namespace godot
{
class DiscordRPC : public Node
{
GDCLASS(DiscordRPC, Node)