README update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user