register.h 95 B

12345
  1. #pragma once
  2. #include "../main.h"
  3. void register_scenes(App* app);
  4. void free_scenes(App* app);