mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
7 lines
92 B
C++
7 lines
92 B
C++
|
|
#ifndef UI_INTERFACE_HPP
|
||
|
|
#define UI_INTERFACE_HPP
|
||
|
|
|
||
|
|
void DeleteInterfaceFiles(void);
|
||
|
|
|
||
|
|
#endif
|