14 lines
198 B
C++
14 lines
198 B
C++
/**
|
|
* ====================
|
|
* Zombie:Reloaded
|
|
* File: global.inc
|
|
* Author: Greyscale
|
|
* ====================
|
|
*/
|
|
|
|
/**
|
|
* All external API natives are created here.
|
|
*/
|
|
CreateGlobals()
|
|
{
|
|
} |