README update

This commit is contained in:
2026-05-11 16:31:07 -05:00
parent d954661c01
commit 4de26eda7f
2 changed files with 7 additions and 1 deletions

View File

@@ -18,9 +18,15 @@ the platform layer prefix.
* [License](#license)
## Features
- [x] Basic Window
## Todos
- [x] Basic Window
- [ ] Input Handling
- [ ] Add sys_fd for handle
- [ ] Class and Title sys_char*
- [ ] Testing
## Usage
```bash

View File

@@ -29,7 +29,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
(void)hInstance;
(void)hPrevInstance;
(void)lpCmdLine;
(void) nShowCmd;
if (!ci2_init()) {
MessageBoxA(NULL, "ci2_init failed", "Error", MB_OK | MB_ICONERROR);
return EXIT_FAILURE;