mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
Cleanup.
This commit is contained in:
1
3rdparty/etc2/ProcessRGB.cpp
vendored
1
3rdparty/etc2/ProcessRGB.cpp
vendored
@@ -1,4 +1,3 @@
|
||||
#include <array>
|
||||
#include <string.h>
|
||||
|
||||
#include "Math.hpp"
|
||||
|
||||
2
3rdparty/etc2/Types.hpp
vendored
2
3rdparty/etc2/Types.hpp
vendored
@@ -1,7 +1,7 @@
|
||||
#ifndef __DARKRL__TYPES_HPP__
|
||||
#define __DARKRL__TYPES_HPP__
|
||||
|
||||
#include <cstdint>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef int8_t int8;
|
||||
typedef uint8_t uint8;
|
||||
|
||||
2
3rdparty/pvrtc/BitScale.h
vendored
2
3rdparty/pvrtc/BitScale.h
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <stdint.h>
|
||||
|
||||
//============================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user