mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
added pragma library
This commit is contained in:
parent
880ec0572f
commit
0d3e657e1a
@ -1,5 +1,13 @@
|
|||||||
|
/**
|
||||||
|
* SQLX - Newer version of SQL stuff
|
||||||
|
*/
|
||||||
|
|
||||||
//NOTE: no pragma library yet...
|
#if defined _sqlx_included
|
||||||
|
#endinput
|
||||||
|
#endif
|
||||||
|
#define _sqlx_included
|
||||||
|
|
||||||
|
#pragma library sqlx
|
||||||
|
|
||||||
enum Handle
|
enum Handle
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user