CSEngine
Loading...
Searching...
No Matches
CoreBase.h
1
//
2
// Created by ounol on 2021-03-22.
3
//
4
#pragma once
5
6
7
namespace
CSE {
8
9
class
CoreBase
{
10
11
public
:
12
CoreBase
() =
default
;
13
14
virtual
void
Init() = 0;
15
virtual
void
Update(
float
elapsedTime) {};
16
17
virtual
~CoreBase
() =
default
;
18
};
19
}
CSE::CoreBase
Definition
CoreBase.h:9
Manager
Base
CoreBase.h
Generated on Fri Nov 22 2024 01:09:31 for CSEngine by
1.9.8