mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
Restructure source and resource files (#46)
importantly, res is now res/res and css is now res/css
This commit is contained in:
committed by
GitHub
parent
d88079000a
commit
a51a54bc59
6
src/discord/relationship.cpp
Normal file
6
src/discord/relationship.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "relationship.hpp"
|
||||
|
||||
void from_json(const nlohmann::json &j, RelationshipData &m) {
|
||||
JS_D("type", m.Type);
|
||||
JS_D("id", m.ID);
|
||||
}
|
||||
Reference in New Issue
Block a user