mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
vec2 - same header guard as vec3 - fix
This commit is contained in:
parent
d71a688685
commit
648a13b3b8
@ -20,8 +20,8 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef __LIBRETRO_SDK_GFX_MATH_VECTOR_3_H__
|
||||
#define __LIBRETRO_SDK_GFX_MATH_VECTOR_3_H__
|
||||
#ifndef __LIBRETRO_SDK_GFX_MATH_VECTOR_2_H__
|
||||
#define __LIBRETRO_SDK_GFX_MATH_VECTOR_2_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user