mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-28 06:46:03 +03:00
7 lines
88 B
C++
7 lines
88 B
C++
#ifndef UI_INTERFACE_HPP
|
|
#define UI_INTERFACE_HPP
|
|
|
|
void DeleteInterfaceFiles();
|
|
|
|
#endif
|