#pragma once
#include "olcPixelGameEngine.h"

class ImageManager{
public:
	Renderable VIRUS_IMG1;
	Renderable SELECTION_CIRCLE;
};