WildCode's location marking code (with a little touchup).

This commit is contained in:
Bill Currie 2000-12-03 23:52:54 +00:00
parent 5910c51bbe
commit ae290926c4
4 changed files with 70 additions and 0 deletions

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifndef __locs_h
#define __locs_h
#include "qtypes.h"
typedef struct
@ -37,3 +40,6 @@ typedef struct
location_t *locs_find(vec3_t target);
void locs_load(char *mapname);
void locs_reset();
void locs_add(vec3_t location, char *name);
#endif // __locs_h