❖
Monad Engine
da02fba2
>
Undercity Codex
_
Loading...
Searching...
No Matches
TestObject.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
eng.h
>
4
5
class
TestObject
:
public
eng::GameObject
6
{
7
public
:
8
TestObject
();
9
10
void
Update
(
float
deltaTime)
override
;
11
12
private
:
13
};
TestObject
Definition
TestObject.h:6
TestObject::TestObject
TestObject()
Definition
TestObject.cpp:5
TestObject::Update
void Update(float deltaTime) override
Definition
TestObject.cpp:101
eng::GameObject
Definition
GameObject.h:15
eng.h
docs
GD-Engine-lesson-5-2
source
TestObject.h
Generated by
1.9.8