Tesseract-Engine/src/CameraComponent.cpp

6 lines
170 B
C++
Raw Normal View History

2024-12-25 06:38:12 +00:00
// 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.