dagon v0.9.0 (2018-11-13T17:01:23Z)
Home
Dub
Repo
Drawable
dagon
core
interfaces
Undocumented in source.
interface
Drawable {
void
update
(double dt);
void
render
(RenderingContext* rc);
}
Members
Functions
render
void
render
(RenderingContext* rc)
Undocumented in source.
update
void
update
(double dt)
Undocumented in source.
Meta
Source
See Implementation
dagon
core
interfaces
interfaces
Drawable