mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 09:37:01 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CDSPSTREAMMANAGER_HPP
|
||||
#define _CDSPSTREAMMANAGER_HPP
|
||||
#ifndef _CDSPSTREAMMANAGER
|
||||
#define _CDSPSTREAMMANAGER
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -9,4 +9,4 @@ public:
|
||||
static void Shutdown();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // _CDSPSTREAMMANAGER
|
||||
|
||||
Reference in New Issue
Block a user