mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-19 10:45:45 +01:00
move /src/util/intdef.h to /src/util/types.h
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Licensed under the MIT Licence. See LICENSE for details */
|
||||
#pragma once
|
||||
|
||||
#include "intdef.h"
|
||||
#include "../types.h"
|
||||
|
||||
#if defined(__has_attribute) && __has_attribute(vector_size)
|
||||
typedef float fvec2 __attribute__((vector_size(sizeof(float) * 2))); // SMID vector for 2 `float`
|
||||
|
||||
Reference in New Issue
Block a user