6 lines
170 B
C++
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.
|