thunderbrew/src/ui/Interface.hpp

7 lines
92 B
C++
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef UI_INTERFACE_HPP
#define UI_INTERFACE_HPP
void DeleteInterfaceFiles(void);
#endif