v0.6.2; Use Ada_Case for types

This commit is contained in:
Ginger Bill
2017-08-03 21:21:56 +01:00
parent 294092979e
commit 49d337c830
19 changed files with 354 additions and 319 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Mutex :: struct {
*/
Mutex :: struct {
_critical_section: win32.CriticalSection;
_critical_section: win32.Critical_Section;
}
current_thread_id :: proc() -> i32 {