gui_i.h 66 B

12345
  1. #pragma once
  2. typedef struct Gui Gui;
  3. void gui_update(Gui* gui);