spicetools/launcher/richpresence.h

16 lines
225 B
C
Raw Normal View History

2024-08-28 15:10:34 +00:00
#pragma once
#include <string>
namespace richpresence {
// settings
namespace discord {
extern std::string APPID_OVERRIDE;
}
void init();
void update(const char *state);
void shutdown();
}