mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
7 lines
88 B
C++
7 lines
88 B
C++
#ifndef UI_INTERFACE_HPP
|
|
#define UI_INTERFACE_HPP
|
|
|
|
void DeleteInterfaceFiles();
|
|
|
|
#endif
|