mirror of
https://git.checksum.fail/alec/saphir.git
synced 2026-05-01 18:09:42 +03:00
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.
This commit is contained in:
13
Load.HC
13
Load.HC
@@ -1,11 +1,12 @@
|
||||
/* clang-format off */
|
||||
|
||||
#include "Patch";
|
||||
#include "Win";
|
||||
#include "KeyDev";
|
||||
#include "Status";
|
||||
#include "Saphir";
|
||||
#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 */
|
||||
|
||||
WinTileHorz;
|
||||
#include "M:/Defaults";
|
||||
Reference in New Issue
Block a user