mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 14:14:59 -07:00
Use templated Map for extra type safety
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
// IMPORTANT TODO(bill): This needs to be completely fixed!!!!!!!!
|
||||
|
||||
struct AstNode;
|
||||
struct HashKey;
|
||||
|
||||
struct Complex128 {
|
||||
f64 real, imag;
|
||||
|
||||
Reference in New Issue
Block a user