pull in the toxcore enums, so the interface does not directly depend on toxcore

This commit is contained in:
2023-11-12 19:35:55 +01:00
parent f8851c1033
commit 9cfd920fca
5 changed files with 312 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
#include <tox/tox.h> // before interface
#include "./tox_interface.hpp"
#include "./utils.hpp"