@@ -0,0 +1,9 @@
#include <stdbool.h>
#include <SDL2/SDL.h>
#include "level.h"
//prepares the level to be in a playable state
void level_init(Level* level) {}
//updates the level
void level_update(Level* level, bool* keys) {}
The note is not visible to the blocked user.