#ifndef PLAYER_H_ #define PLAYER_H_ #include #include "assimp_types.h" typedef struct { const AiScene* sceneData; GLuint* textureIds; } PlayerCharacter; void spawnPlayer(); #endif