forked from UNLOZE/sm-plugins
another stoat support
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
#if defined _Discord_UNLOZE_Included
|
||||
#endinput
|
||||
#endif
|
||||
#define _Discord_UNLOZE_Included
|
||||
|
||||
/**
|
||||
|
||||
* @noreturn
|
||||
*/
|
||||
forward void GetDiscordToStoat(const char[] username, const char[] message, int type);
|
||||
|
||||
|
||||
/* Do not edit below this line */
|
||||
public SharedPlugin __pl_Discord_UNLOZE =
|
||||
{
|
||||
name = "Discord_UNLOZE",
|
||||
file = "Discord_UNLOZE.smx",
|
||||
#if defined REQUIRE_PLUGIN
|
||||
required = 1,
|
||||
#else
|
||||
required = 0,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user