src/Weapons.hh
author Tero Marttila <terom@fixme.fi>
Mon, 26 Jan 2009 19:50:52 +0200
branchconsole_gui
changeset 429 a86c7c486b14
parent 283 7540b0859579
permissions -rw-r--r--
branch off Graphics/Console development
#ifndef WEAPONS_HH
#define WEAPONS_HH

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

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

#endif