mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
7 lines
286 B
Plaintext
7 lines
286 B
Plaintext
#define BSQL_EXTERNAL_CONFIGURATION
|
|
#define BSQL_DEL_PROC(path) ##path/Destroy()
|
|
#define BSQL_DEL_CALL(obj) qdel(##obj)
|
|
#define BSQL_IS_DELETED(obj) (QDELETED(obj))
|
|
#define BSQL_PROTECT_DATUM(path) GENERAL_PROTECT_DATUM(##path)
|
|
#define BSQL_ERROR(message) SSdbcore.ReportError(message)
|