src/Weapons.hh
author terom
Mon, 15 Dec 2008 14:32:36 +0000
changeset 371 28d52311c3e0
parent 283 7540b0859579
permissions -rw-r--r--
shuffle around the doxygen stuff a bit, and update svn:ignore on doc
#ifndef WEAPONS_HH
#define WEAPONS_HH

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

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

#endif