mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 20:34:58 +00:00
Add ivec2 files
This commit is contained in:
15
src/ivec2.c
Normal file
15
src/ivec2.c
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright (c), Recep Aslantas.
|
||||
*
|
||||
* MIT License (MIT), http://opensource.org/licenses/MIT
|
||||
* Full license can be found in the LICENSE file
|
||||
*/
|
||||
|
||||
#include "../include/cglm/cglm.h"
|
||||
#include "../include/cglm/call.h"
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_ivec2(int * __restrict v, ivec2 dest) {
|
||||
glm_ivec2(v, dest);
|
||||
}
|
||||
Reference in New Issue
Block a user