put usermessages at the end of the include so it will compile
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40529
This commit is contained in:
parent
dc06ac6501
commit
d30525b8f8
@ -34,7 +34,6 @@ struct Plugin
|
|||||||
#include <admin>
|
#include <admin>
|
||||||
#include <files>
|
#include <files>
|
||||||
#include <console>
|
#include <console>
|
||||||
#include <usermessages>
|
|
||||||
#include <bitbuffer>
|
#include <bitbuffer>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -341,4 +340,5 @@ native LogMessage(const String:format[], {Handle,Float,String,_}:...);
|
|||||||
*/
|
*/
|
||||||
native LogError(const String:format[], {Handle,Float,String,_}:...);
|
native LogError(const String:format[], {Handle,Float,String,_}:...);
|
||||||
|
|
||||||
|
#include <usermessages>
|
||||||
#include <helpers>
|
#include <helpers>
|
||||||
|
Loading…
Reference in New Issue
Block a user