mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 08:41:55 +00:00
14 lines
216 B
C
14 lines
216 B
C
/*
|
|
* Copyright (c), Recep Aslantas.
|
|
*
|
|
* MIT License (MIT), http://opensource.org/licenses/MIT
|
|
* Full license can be found in the LICENSE file
|
|
*/
|
|
|
|
#ifndef cglm_vec_h
|
|
#define cglm_vec_h
|
|
|
|
|
|
|
|
#endif /* cglm_vec_h */
|