-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c3cd45
commit b2f4b8e
Showing
1 changed file
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
# TeamSpeak 3 Client Plugin SDK | ||
# TeamSpeak 3 Client Plugin SDK: Helper Repository | ||
|
||
This is the official helper repository that contains example code and the SDK header files | ||
required to create native plugins for the TeamSpeak 3 Client. | ||
Welcome to the official helper repository for creating native plugins for the TeamSpeak 3 Client. This repository includes example code and SDK header files to assist in the development of your plugin. | ||
|
||
## Getting Started | ||
## Quick Start Guide | ||
|
||
It's strongly recommended 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. | ||
To get started, it's highly recommended that you base your plugin on the provided test plugin. This test plugin includes the necessary special functions that your plugin must export. If certain optional functions are not needed for your project, feel free to remove them. For more details, please refer to the code comments. | ||
|
||
For more information, please refer to the following pages: | ||
## Additional Resources | ||
|
||
- [TeamSpeak Community Forums](https://forum.teamspeak.com) | ||
- [TeamSpeak SDK Downloads](https://www.teamspeak.com/downloads#sdk) | ||
To expand your knowledge and get support, we recommend visiting the following resources: | ||
|
||
## Copyright | ||
- [TeamSpeak Community Forums](https://community.teamspeak.com): Connect with other developers and TeamSpeak users. | ||
- [TeamSpeak SDK Downloads](https://www.teamspeak.com/downloads#sdk): Access the latest version of our SDK and other development resources. | ||
|
||
Copyright © TeamSpeak Systems GmbH. All rights reserved. | ||
## Copyright Information | ||
|
||
This repository is protected under copyright law. Copyright © TeamSpeak Systems GmbH. All rights reserved. |