diff --git a/plugins/include/nvault.inc b/plugins/include/nvault.inc index aac1edf4..8b371f1b 100755 --- a/plugins/include/nvault.inc +++ b/plugins/include/nvault.inc @@ -10,6 +10,8 @@ #endif #define _nvault_included +#pragma nvault + //Opens a vault by name (such as "myvault") //Returns a vault id, INVALID_HANDLE otherwise (-1) native nvault_open(const name[]); diff --git a/plugins/include/tsfun.inc b/plugins/include/tsfun.inc index f59a49e9..ffdd9573 100755 --- a/plugins/include/tsfun.inc +++ b/plugins/include/tsfun.inc @@ -11,6 +11,7 @@ #include +#pragma tsfun /* Function is called just before a kung foo attack is done, * damage and time length may be altered with natives. @@ -96,4 +97,4 @@ native ts_is_running_powerup(id) // Highly experimental command which overrides powerup types. // Use if a powerup is already running, or if a powerup is not running. // Safe to use in powerup forward. -native ts_force_run_powerup(id,PWUP_TYPE) \ No newline at end of file +native ts_force_run_powerup(id,PWUP_TYPE)