Replace bool, true and false with aliases
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// MSVC Spectre mitigation warnings
|
||||
u64 items_to_add = other->count;
|
||||
u64 item_index = 0;
|
||||
bool running = true;
|
||||
b32 running = true;
|
||||
while (running) {{
|
||||
item = wapp_{Tlower}_array_get(other, item_index);
|
||||
++item_index;
|
||||
|
Reference in New Issue
Block a user