Skip to content

Commit 99e2c73

Browse files
committed
Update header guards.
1 parent f73936a commit 99e2c73

File tree

66 files changed

+134
-137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+134
-137
lines changed

SerialPrograms/Source/CommonTools/Async/InferenceRoutines.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
*/
66

7-
#ifndef PokemonAutomation_CommonFramework_InferenceRoutines_H
8-
#define PokemonAutomation_CommonFramework_InferenceRoutines_H
7+
#ifndef PokemonAutomation_CommonTools_InferenceRoutines_H
8+
#define PokemonAutomation_CommonTools_InferenceRoutines_H
99

1010
#include <functional>
1111
#include <chrono>

SerialPrograms/Source/CommonTools/Async/InferenceSession.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
*/
66

7-
#ifndef PokemonAutomation_CommonFramework_InferenceSession_H
8-
#define PokemonAutomation_CommonFramework_InferenceSession_H
7+
#ifndef PokemonAutomation_CommonTools_InferenceSession_H
8+
#define PokemonAutomation_CommonTools_InferenceSession_H
99

1010
#include <chrono>
1111
#include <vector>

SerialPrograms/Source/CommonTools/Async/InterruptableCommands.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
*/
66

7-
#ifndef PokemonAutomation_InterruptableCommands_H
8-
#define PokemonAutomation_InterruptableCommands_H
7+
#ifndef PokemonAutomation_CommonTools_InterruptableCommands_H
8+
#define PokemonAutomation_CommonTools_InterruptableCommands_H
99

1010
#include <mutex>
1111
#include <condition_variable>

SerialPrograms/Source/CommonTools/Async/SuperControlSession.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
*/
66

7-
#ifndef PokemonAutomation_CommonFramework_SuperControlSession_H
8-
#define PokemonAutomation_CommonFramework_SuperControlSession_H
7+
#ifndef PokemonAutomation_CommonTools_SuperControlSession_H
8+
#define PokemonAutomation_CommonTools_SuperControlSession_H
99

1010
#include <memory>
1111
#include <vector>

SerialPrograms/Source/CommonTools/Audio/AudioPerSpectrumDetectorBase.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
* audio matching and the matching algorithm can tolerate a few spectrums off on time axis.
2626
*/
2727

28-
#ifndef PokemonAutomation_CommonFramework_AudioPerSpectrumDetectorBase_H
29-
#define PokemonAutomation_CommonFramework_AudioPerSpectrumDetectorBase_H
28+
#ifndef PokemonAutomation_CommonTools_AudioPerSpectrumDetectorBase_H
29+
#define PokemonAutomation_CommonTools_AudioPerSpectrumDetectorBase_H
3030

3131
#include <string>
3232
#include <functional>

SerialPrograms/Source/CommonTools/Audio/AudioTemplateCache.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
*/
66

7-
#ifndef PokemonAutomation_CommonFramework_AudioTemplateCache_H
8-
#define PokemonAutomation_CommonFramework_AudioTemplateCache_H
7+
#ifndef PokemonAutomation_CommonTools_AudioTemplateCache_H
8+
#define PokemonAutomation_CommonTools_AudioTemplateCache_H
99

1010
#include <string>
1111
#include <map>

SerialPrograms/Source/CommonTools/Audio/SpectrogramMatcher.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
*/
66

7-
#ifndef PokemonAutomation_CommonFramework_SpectrogramMatcher_H
8-
#define PokemonAutomation_CommonFramework_SpectrogramMatcher_H
7+
#ifndef PokemonAutomation_CommonTools_SpectrogramMatcher_H
8+
#define PokemonAutomation_CommonToolsSpectrogramMatcher_H
99

1010
#include <cstddef>
1111
#include <array>

SerialPrograms/Source/CommonTools/DetectionDebouncer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
*/
66

7-
#ifndef PokemonAutomation_CommonFramework_DetectionDebouncer_H
8-
#define PokemonAutomation_CommonFramework_DetectionDebouncer_H
7+
#ifndef PokemonAutomation_CommonTools_DetectionDebouncer_H
8+
#define PokemonAutomation_CommonTools_DetectionDebouncer_H
99

1010
#include <functional>
1111
#include <atomic>

SerialPrograms/Source/CommonTools/ImageMatch/CroppedImageDictionaryMatcher.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
*/
66

7-
#ifndef PokemonAutomation_CommonFramework_CroppedImageDictionaryMatcher_H
8-
#define PokemonAutomation_CommonFramework_CroppedImageDictionaryMatcher_H
7+
#ifndef PokemonAutomation_CommonTools_CroppedImageDictionaryMatcher_H
8+
#define PokemonAutomation_CommonTools_CroppedImageDictionaryMatcher_H
99

1010
#include <vector>
1111
#include "ImageMatchResult.h"

SerialPrograms/Source/CommonTools/ImageMatch/ExactImageDictionaryMatcher.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
*/
66

7-
#ifndef PokemonAutomation_CommonFramework_ExactImageDictionaryMatcher_H
8-
#define PokemonAutomation_CommonFramework_ExactImageDictionaryMatcher_H
7+
#ifndef PokemonAutomation_CommonTools_ExactImageDictionaryMatcher_H
8+
#define PokemonAutomation_CommonTools_ExactImageDictionaryMatcher_H
99

1010
#include <string>
1111
#include <map>

0 commit comments

Comments
 (0)