mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-24 04:53:28 -04:00
Cleanup.
This commit is contained in:
parent
c5a2ddd662
commit
5c6261023a
3 changed files with 2 additions and 3 deletions
3rdparty
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>
|
||||
|
||||
//============================================================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue