Skip to content

mark23/TauntPlayerPoker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeamSpeak 3 plugin development kit
Copyright (c) 2008-2014 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 http://forum.teamspeak.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 48.3%
  • C++ 22.0%
  • Objective-C 16.8%
  • XSLT 10.3%
  • CSS 2.6%