home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / TeamSpeak / TeamSpeak3-Client-win32-3.0.0.exe / pluginsdk / readme.txt
Text File  |  2011-08-08  |  799b  |  25 lines

  1. TeamSpeak 3 plugin development kit
  2. Copyright (c) 2008-2011 TeamSpeak Systems GmbH
  3.  
  4. Contents
  5. - Demo plugin sourcecode as template for developing own plugins
  6. - Required header files
  7. - Clientlib documentation
  8.  
  9. bin\plugins\
  10.   Target build directory for the sample project. Instead you might want to configure your output directory
  11.   to the plugins directory within your TeamSpeak 3 client installation.
  12. docs\
  13.   Clientlib documentation 
  14. include\
  15.   Required header files
  16. src\
  17.   Sourcecode of our test plugin
  18.  
  19. We strongly recommend to build upon the test plugin. Plugins are required to export some special functions,
  20. which already exist in the test plugin. Optional functions may be removed if not used. See code comments
  21. for details.
  22.  
  23.  
  24. For questions please visit our forums at http://forum.teamspeak.com
  25.