src/Weapons.hh
author terom
Sun, 07 Dec 2008 21:58:34 +0000
changeset 266 ad72d0a0cc02
parent 236 0048ba274152
child 283 7540b0859579
permissions -rw-r--r--
increase the map size and control the camera to always have the screen full of terrain
#ifndef WEAPONS_HH
#define WEAPONS_HH

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

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

#endif