aboutsummaryrefslogtreecommitdiff
path: root/src/saffron_internal.h
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-04-08 18:21:40 +1200
committerArslaan Pathan <[email protected]>2026-04-08 18:21:40 +1200
commit0f19e5f0175b0e031257ccd22f42e21baaf2f720 (patch)
treecee391e4de8b22470c143239f826055908eb1c60 /src/saffron_internal.h
parentc9660a840256308d4dde40613a1af3296d3fdead (diff)
downloadsaffron-0f19e5f0175b0e031257ccd22f42e21baaf2f720.tar.xz
saffron-0f19e5f0175b0e031257ccd22f42e21baaf2f720.zip
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!!!!!!
Diffstat (limited to 'src/saffron_internal.h')
-rw-r--r--src/saffron_internal.h10
1 files changed, 0 insertions, 10 deletions
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