This commit is contained in:
2020-04-04 17:19:13 +02:00
parent 2cb0a7449a
commit f36bfab5aa
78 changed files with 4370 additions and 0 deletions

23
readme.txt Normal file
View File

@@ -0,0 +1,23 @@
TeamSpeak 3 Plugin Software Development Kit
Copyright (c) TeamSpeak Systems GmbH
Contents
- Demo plugin sourcecode as template for developing own plugins
- Required header files
- Clientlib documentation
bin\plugins\
Target build directory for the sample project. Instead you might want to configure your output directory
to the plugins directory within your TeamSpeak 3 client installation.
docs\
Clientlib documentation
include\
Required header files
src\
Sourcecode of our test plugin
We strongly recommend to build upon the test plugin. Plugins are required to export some special functions,
which already exist in the test plugin. Optional functions may be removed if not used. See code comments
for details.
For questions please visit our forums at https://forum.teamspeak.com