mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
14 lines
128 B
C++
14 lines
128 B
C++
#include "Entite.h"
|
|
|
|
void Entite::_init()
|
|
{
|
|
}
|
|
|
|
void Entite::_process(float delta)
|
|
{
|
|
}
|
|
|
|
void Entite::UpdateMotionFromInput()
|
|
{
|
|
}
|