thunderbrew/src/ui/Interface.hpp
2023-01-04 17:25:03 -06:00

7 lines
88 B
C++

#ifndef UI_INTERFACE_HPP
#define UI_INTERFACE_HPP
void DeleteInterfaceFiles();
#endif