use #pragma once

This commit is contained in:
Garux
2021-10-22 02:19:50 +03:00
parent 3362f29500
commit bf6389fc26
374 changed files with 400 additions and 1565 deletions

View File

@@ -14,8 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef INCLUDED_ETCLIB_H
#define INCLUDED_ETCLIB_H
#pragma once
#include "bytebool.h"
@@ -29,5 +28,3 @@ void ETC_DecodeETC1Block( const byte* in, byte* out, bool outRGBA );
#ifdef __cplusplus
}
#endif
#endif