Replace ifdef guards with pragma once

This commit is contained in:
2022-07-07 23:09:30 -07:00
parent c7f9277780
commit 44055d1e6a
45 changed files with 55 additions and 198 deletions

View File

@@ -28,8 +28,8 @@
// authors and should not be interpreted as representing official policies, either expressed
// or implied, of Kearwood Gilbert.
//
#ifndef KRTEXTUREPVR_H
#define KRTEXTUREPVR_H
#pragma once
#include "KRTexture2D.h"
@@ -53,5 +53,3 @@ protected:
std::list<KRDataBlock *> m_blocks;
};
#endif