#include <PA9.h>
#include <dswifi9.h>
#include <vector>
#include "macros.h"
#include "spriteObject.h"
#include "gameManager.h"
Include dependency graph for pickup.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Pickup |
Pickups are a spriteObjects that collide with Players, performing actions on them. More... |