inc-doc2 nits/finishing touches

This commit is contained in:
Valentin Grünbacher
2015-02-24 22:51:36 +01:00
parent 902cecb0c3
commit bc9710e8f2
11 changed files with 73 additions and 77 deletions

View File

@@ -8,7 +8,7 @@
// https://alliedmods.net/amxmodx-license
#if defined _datapack_included
#endinput
#endinput
#endif
#define _datapack_included
@@ -24,10 +24,9 @@
* Failing to free handles will result in the plugin and AMXX leaking
* memory.
*/
enum DataPack
{
Invalid_DataPack = 0
Invalid_DataPack = 0
};
/**