#pragma once #include "System.h" class Xwing : public System { public: Xwing(); void Update(); void ProcessMessage(const char* msg); };