Loading...
Searching...
No Matches
ScriptComponent.cpp
Go to the documentation of this file.
1//
2// Created by denzel on 11/08/2025.
3//
4
5#include <hellfire/ecs/ScriptComponent.h>
6#include "hellfire/ecs/TransformComponent.h"
7
8namespace hellfire {
10 return get_owner().transform();
11 }
12}
Entity & get_owner() const
Definition Component.h:13
TransformComponent * get_transform() const