mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
Avoid LOGGING redefinition warnings.
This commit is contained in:
parent
45976da975
commit
b15d631d99
1 changed files with 2 additions and 0 deletions
|
@ -4,7 +4,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifndef LOGGING
|
||||
#define LOGGING
|
||||
#endif
|
||||
|
||||
enum {
|
||||
OS_LEVEL, // Printed by the emulated operating system
|
||||
|
|
Loading…
Reference in a new issue