From ef4d04a7e1576ab980a24eac37d6e0c4fb34f414 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 2 Aug 2005 11:12:42 +0000 Subject: [PATCH] *** empty log message *** --- plugins/include/nvault.inc | 2 ++ plugins/include/tsfun.inc | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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)