mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-08 19:08:35 +00:00
6 lines
70 B
C++
6 lines
70 B
C++
#include "extension.h"
|
|
|
|
Sample g_Sample;
|
|
|
|
SMEXT_LINK(&g_Sample);
|