mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 01:00:46 +00:00
Initial Commit
This commit is contained in:
17
include/cglm-common.h
Normal file
17
include/cglm-common.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright (c), Recep Aslantas.
|
||||
*
|
||||
* MIT License (MIT), http://opensource.org/licenses/MIT
|
||||
* Full license can be found in the LICENSE file
|
||||
*/
|
||||
|
||||
#ifndef glm_common_h
|
||||
#define glm_common_h
|
||||
|
||||
#if defined(_WIN32)
|
||||
# define CGLM_INLINE __forceinline
|
||||
#else
|
||||
# define CGLM_INLINE static inline __attribute((always_inline))
|
||||
#endif
|
||||
|
||||
#endif /* glm_common_h */
|
Reference in New Issue
Block a user