File: tdroid_6xx.h

package info (click to toggle)
nighthawk 1.0-14
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,424 kB
  • ctags: 18,064
  • sloc: fortran: 17,597; cpp: 4,950; makefile: 86; sh: 13
file content (28 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#ifndef _TDROID_6XX_H
#define _TDROID_6XX_H

#include "tdroid_5xx.h"

class tdroid_606 : public tdroid_513
{
public:
  int attack_wait;

  tdroid_606(void);
  int target_not_hidden(tentity *d);
  virtual void attack(void);
};

class tdroid_691 : public tdroid_606
{
public:
  tdroid_691(void);
};

class tdroid_693 : public tdroid_606
{
public:
  tdroid_693(void);
};

#endif