sandbox
Loading...
Searching...
No Matches
application.hpp
1
#ifndef LIBSBX_CORE_APPLICATION_HPP_
2
#define LIBSBX_CORE_APPLICATION_HPP_
3
4
namespace
sbx::core {
5
6
class
application
{
7
8
friend
class
engine
;
9
10
public
:
11
12
virtual
~application
() =
default
;
13
14
virtual
auto
update() ->
void
= 0;
15
16
virtual
auto
fixed_update() ->
void
= 0;
17
18
};
// class application
19
20
}
// namespace sbx::core
21
22
#endif
// LIBSBX_CORE_APPLICATION_HPP_
sbx::core::application
Definition:
application.hpp:6
sbx::core::engine
Definition:
engine.hpp:27
libsbx-core
libsbx
core
application.hpp
Generated by
1.9.5