diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-02-19 11:35:33 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-02-19 11:35:33 +0000 |
| commit | 758dd9ba16a2dc5b01ea131e83c06bf33c33f116 (patch) | |
| tree | e20faf659c43101a0667e47800a60cb3ecdb998b /code | |
| parent | 0c37aa9ea0271ddd8c93ea65f76d2f9ef4d777c5 (diff) | |
Fix overloading bug due to `#import .`; Add sys/wgl.odin
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/demo.odin b/code/demo.odin index 8e5719f0f..dc93ab9e9 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -13,7 +13,7 @@ main :: proc() { Version 0.1.1 Added: - * Dynamic Arrays [dynamic]Type` + * Dynamic Arrays `[dynamic]Type` * Dynamic Maps `map[Key]Value` * Dynamic array and map literals * Custom struct alignemnt `struct #align 8 { bar: i8 }` |