mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
6 lines
88 B
C++
6 lines
88 B
C++
#ifndef UI_INTERFACE_HPP
|
|
#define UI_INTERFACE_HPP
|
|
|
|
void DeleteInterfaceFiles();
|
|
|
|
#endif
|