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
parent a0a65a2906
commit d2038049f5
462 changed files with 676 additions and 2308 deletions

View File

@ -5,8 +5,8 @@
// This is currently only used by the DX backend, but it may make sense to
// use it in the GL backend or a future DX10 backend too.
#ifndef _INDEXGENERATOR_H
#define _INDEXGENERATOR_H
#pragma once
#include "CommonTypes.h"
class IndexGenerator
@ -45,5 +45,3 @@ private:
static u16 *BASEIptr;
static u32 base_index;
};
#endif // _INDEXGENERATOR_H