Replace all include guard ifdefs with "#pragma once"

This commit is contained in:
lioncash 2014-02-10 13:54:46 -05:00 committed by Lioncash
commit d2038049f5
462 changed files with 676 additions and 2308 deletions

View file

@ -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_