Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit e4e1fbc

Browse files
authored
Merge pull request #19 from devKurieita/master
Added the necessary source files.
2 parents 5e0c881 + cad71f6 commit e4e1fbc

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

Diff for: include/aegis/src.hpp

+14-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
#pragma once
1111

12-
#error TODO: needs fixing
13-
1412
#include <aegis/config.hpp>
1513

1614
#if defined(AEGIS_HEADER_ONLY)
@@ -34,3 +32,17 @@
3432
#include <aegis/user.hpp>
3533
#include <aegis/channel.hpp>
3634
#include <aegis/guild.hpp>
35+
36+
#include <aegis/impl/core.cpp>
37+
#include <aegis/impl/user.cpp>
38+
#include <aegis/impl/channel.cpp>
39+
#include <aegis/impl/guild.cpp>
40+
#include <aegis/impl/permission.cpp>
41+
#include <aegis/impl/snowflake.cpp>
42+
43+
#include <aegis/shards/impl/shard.cpp>
44+
#include <aegis/shards/impl/shard_mgr.cpp>
45+
46+
#include <aegis/rest/impl/rest_controller.cpp>
47+
48+
#include <aegis/gateway/objects/impl/message.cpp>

0 commit comments

Comments
 (0)