#ifndef MOVE_H
#define MOVE_H
void init_csts();
bool is_colliding(float dtime);
void teleport_on_edge();
void movePlayerG(double dtime);
#endif