cs381/as6/components/HudComponent.cpp

6 lines
138 B
C++

#include "components/HudComponent.hpp"
void HudComponent::Setup() {}
void HudComponent::Update(float) {}
void HudComponent::Cleanup() {}