mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Replace all include guard ifdefs with "#pragma once"
This commit is contained in:
parent
a0a65a2906
commit
d2038049f5
462 changed files with 676 additions and 2308 deletions
|
@ -9,8 +9,7 @@
|
|||
// at the start of every frame. Noone should ever change members of g_ActiveConfig
|
||||
// directly.
|
||||
|
||||
#ifndef _VIDEO_CONFIG_H_
|
||||
#define _VIDEO_CONFIG_H_
|
||||
#pragma once
|
||||
|
||||
#include "Common.h"
|
||||
#include "VideoCommon.h"
|
||||
|
@ -168,5 +167,3 @@ extern VideoConfig g_ActiveConfig;
|
|||
|
||||
// Called every frame.
|
||||
void UpdateActiveConfig();
|
||||
|
||||
#endif // _VIDEO_CONFIG_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue