*** empty log message ***

This commit is contained in:
David Anderson 2005-08-02 11:12:42 +00:00
parent 0302803f38
commit ef4d04a7e1
2 changed files with 4 additions and 1 deletions

View File

@ -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[]);

View File

@ -11,6 +11,7 @@
#include <tsconst>
#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)
native ts_force_run_powerup(id,PWUP_TYPE)