use #pragma once
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user