mumble-voip_mumble/plugins/gtav
Robert Adam 2b35c0c28f REFAC(plugins): Unified Mumble plugin headers
Having different include files that are needed (and which are
inter-dependent) to create your own plugin, makes things harder than it
needs to be.

Therefore, all plugin header files (those for the "new" (1.4) plugin
framework anyway) have been combined into one header file. Thus,
developers now only have to download a single file and include that
instead of having to figure out what files to download and what to
include where.

Taking the chance, the version number has been removed from the header
file's name. This allows one to track changes made to the API via git
(which is not quite as easy if you create a new file every time you make
a change).
2023-07-27 19:39:30 +02:00
..
CMakeLists.txt MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Game.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Game.h REFAC(plugins): Unified Mumble plugin headers 2023-07-27 19:39:30 +02:00
gtav.cpp REFAC(plugins): Unified Mumble plugin headers 2023-07-27 19:39:30 +02:00
structs.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00