#ifndef __PLAYER
#define __PLAYER
#include "matrix.h"
struct Player {
    vec4 rotation;
    vec4 position;
} typedef Player;

#endif