add header guard to file dialog platform code

This commit is contained in:
scawful
2024-07-19 16:34:09 -04:00
parent d66748a5da
commit afbf0d888b

View File

@@ -1,3 +1,6 @@
#ifndef YAZE_APP_CORE_PLATFORM_FILE_DIALOG_H
#define YAZE_APP_CORE_PLATFORM_FILE_DIALOG_H
#include <string>
#ifdef _WIN32
@@ -68,4 +71,6 @@ class FileDialogWrapper {
#else
#error "Unsupported platform."
#endif
#endif
#endif // YAZE_APP_CORE_PLATFORM_FILE_DIALOG_H