src/Weapons.hh
author Tero Marttila <terom@fixme.fi>
Thu, 22 Jan 2009 00:02:53 +0200
branchnew_graphics
changeset 414 cede5463b845
parent 283 7540b0859579
permissions -rw-r--r--
port Input to new Graphics, still a bit hacky, but everything seems to work now
#ifndef WEAPONS_HH
#define WEAPONS_HH

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

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

#endif