mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-05 08:02:00 +00:00
refactor: Remove tox_types.h; use struct tags instead.
This header was a nice idea but causes a *lot* of pain with C++ modules.
This commit is contained in:
@@ -14,12 +14,11 @@ diff --git a/chat/toxcore/PLIST b/chat/toxcore/PLIST
|
||||
index f0a5e4f04..4122b0867 100644
|
||||
--- a/chat/toxcore/PLIST
|
||||
+++ b/chat/toxcore/PLIST
|
||||
@@ -4,11 +4,13 @@ bin/tox-bootstrapd
|
||||
@@ -4,11 +4,12 @@ bin/tox-bootstrapd
|
||||
include/tox/tox.h
|
||||
include/tox/tox_dispatch.h
|
||||
include/tox/tox_events.h
|
||||
+include/tox/tox_options.h
|
||||
+include/tox/tox_types.h
|
||||
include/tox/toxav.h
|
||||
include/tox/toxencryptsave.h
|
||||
lib/libtoxcore.a
|
||||
|
||||
Reference in New Issue
Block a user