Skip to content

Instantly share code, notes, and snippets.

#include "Engine.h"
#include "GamestatePlay.h"
#include <iterator>
#include <vector>
using namespace std;
std::vector<CSprite*> bullets;