From 0f19e5f0175b0e031257ccd22f42e21baaf2f720 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 8 Apr 2026 18:21:40 +1200 Subject: Implement saffron_window_main and saffron_quit, among a few other missing APIs, and get an actual API test to work. IT WORKS IT WORKS IT WORKS THIS IS SO PEAK IT WORKS OHMYGOD IT WORKS FINALLY IT WORKS IT WORKS IT WOORKSKSKSKSKKS!!!!!! --- src/saffron_internal.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/saffron_internal.h (limited to 'src/saffron_internal.h') diff --git a/src/saffron_internal.h b/src/saffron_internal.h deleted file mode 100644 index 61d4195..0000000 --- a/src/saffron_internal.h +++ /dev/null @@ -1,10 +0,0 @@ -/* we could use #pragma once, but we don't because BACK IN MY DAY WE DIDNT HAVE PRAGMA ONCE!!! - * and also it's not in the C standard, if some lunatic compiles it with a custom standards-comformant compiler this is undefined behaviour - * therefore, my response is TOO BAD SO SAD */ -#ifndef SAFFRON_INTERNAL_H -#define SAFFRON_INTERNAL_H - -extern SaffronWindow **windows; -extern int window_count; - -#endif -- cgit v1.2.3