src/Weapons.hh
author terom
Mon, 15 Dec 2008 14:34:14 +0000
changeset 372 a03d7d716dd9
parent 283 7540b0859579
permissions -rw-r--r--
remove redundant doc/doxygen directory
#ifndef WEAPONS_HH
#define WEAPONS_HH

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

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

#endif