Added Flecs, license comments and created the project outline.
This commit is contained in:
parent
d716b6cea7
commit
7be714b81f
16 changed files with 127682 additions and 5 deletions
5
types.h
5
types.h
|
|
@ -1,3 +1,5 @@
|
|||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#ifndef TYPES_H
|
||||
#define TYPES_H
|
||||
|
||||
|
|
@ -16,4 +18,7 @@ typedef int64_t i64;
|
|||
|
||||
typedef size_t usize;
|
||||
|
||||
typedef float f32;
|
||||
typedef double f64;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue