Files
saphir/Load.HC
Alec Murphy 1e379a1053 Refactor everything
We now hijack existing system functions to integrate with `WinMgr`,
instead of `Spawn`ing our own `SaphirTask`.

Also, you can now use `Saphir(Bool)` to toggle enable/disable the
features.

There is a global var `saphir` which values are set by `Defaults.HC` for
colors and other behaviors; these values can be changed at any time.
2026-04-25 18:25:56 -04:00

12 lines
237 B
HolyC

/* clang-format off */
#include "M:/Saphir/Misc";
#include "M:/Saphir/Class";
#include "M:/Saphir/WinMgr";
#include "M:/Saphir/Cmd";
#include "M:/Saphir/KeyDev";
#include "M:/Saphir/Main";
/* clang-format on */
#include "M:/Defaults";