src/Weapons.hh
author ekku
Tue, 09 Dec 2008 04:31:39 +0000
changeset 364 033f8236241a
parent 283 7540b0859579
permissions -rw-r--r--
add final document
#ifndef WEAPONS_HH
#define WEAPONS_HH

#include "Weapon.hh"
#include <vector>

/**
 * Return a collection of simple weapons
 */
std::vector<Weapon*> buildWeaponsList (void);

#endif