7 lines
79 B
C
7 lines
79 B
C
#pragma once
|
|
#include "common.h"
|
|
|
|
void uiExitLoop(void);
|
|
|
|
bool uiUpdate(void);
|