diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-02-14 17:24:56 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-02-14 17:24:56 +0000 |
| commit | 2722de65b7e2397c0b968abc4c652711095ec7ca (patch) | |
| tree | 49a6d32999893197566cde6b65263d37e03618e8 /code | |
| parent | 8b5e3428a1e569abf763e63e859754e767e107e7 (diff) | |
Prevent `cast` on pointer to union types
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/code/demo.odin b/code/demo.odin index a2049654c..438488045 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -1,4 +1,11 @@ #import "fmt.odin"; +#import "atomic.odin"; +#import "hash.odin"; +#import "math.odin"; +#import "mem.odin"; +#import "opengl.odin"; +#import "os.odin"; +#import "utf8.odin"; main :: proc() { |