LRT13
1.0
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
UnitTests
ShooterTest.h
1
#ifndef SHOOTER_TEST_H_
2
#define SHOOTER_TEST_H_
3
4
#include "../UnitTests/UnitTest.h"
5
#include "../Components/Shooter.h"
6
7
class
ShooterTest :
public
UnitTest
8
{
9
public
:
10
ShooterTest();
11
~ShooterTest();
12
13
void
Run
();
14
15
private
:
16
Shooter
* m_shooterComponent;
17
};
18
19
#endif
Generated on Thu Nov 28 2013 20:16:51 for LRT13 by
1.8.3