src/Weapons.hh
author Tero Marttila <terom@fixme.fi>
Thu, 22 Jan 2009 04:09:53 +0200
changeset 424 f337a86d144e
parent 283 7540b0859579
permissions -rw-r--r--
fix GRAPHICS_ENABLED configuration... probably broken again if the <ClanLib/Display> includes aren't there
#ifndef WEAPONS_HH
#define WEAPONS_HH

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

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

#endif