Tesseract-Engine/src/CameraComponent.cpp
2024-12-25 00:38:12 -06:00

6 lines
170 B
C++

// src/CameraComponent.cpp
#include "CameraComponent.h"
// All methods are defined inline in the header for simplicity.
// You can move them to the cpp file if desired.