We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a59e6 commit 706f023Copy full SHA for 706f023
SerialPrograms/Source/CommonFramework/ErrorReports/ProgramDumper.cpp
@@ -11,10 +11,12 @@
11
#include "ProgramDumper_Windows.tpp"
12
13
#else
14
-void setup_crash_handler(){
15
- // Not supported
16
-}
17
-bool program_dump(Logger* logger, const std::string& filename){
+namespace PokemonAutomation{
+ void setup_crash_handler(){
+ // Not supported
+ }
18
+ bool program_dump(Logger* logger, const std::string& filename){
19
20
21
}
22
#endif
0 commit comments