cs381/as6/components/ProjectionComponent.cpp

6 lines
166 B
C++

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