mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 18:44:01 +00:00
11 lines
180 B
C
11 lines
180 B
C
#ifndef CLKS_DESKTOP_H
|
|
#define CLKS_DESKTOP_H
|
|
|
|
#include <clks/types.h>
|
|
|
|
void clks_desktop_init(void);
|
|
void clks_desktop_tick(u64 tick);
|
|
clks_bool clks_desktop_ready(void);
|
|
|
|
#endif
|