File: avatarTest.h

package info (click to toggle)
eris 1.3.13-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,916 kB
  • ctags: 1,679
  • sloc: cpp: 12,043; sh: 9,050; perl: 287; makefile: 197; ansic: 165
file content (11 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#ifndef AVATAR_TEST
#define AVATAR_TEST

class Controller;

void testWield(Controller& ctl);
void testDeleteWielded(Controller& ctl);

void testHear(Controller& ctl);

#endif