README update
This commit is contained in:
@@ -18,9 +18,15 @@ the platform layer prefix.
|
|||||||
* [License](#license)
|
* [License](#license)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
- [x] Basic Window
|
||||||
|
|
||||||
## Todos
|
## Todos
|
||||||
|
- [x] Basic Window
|
||||||
|
- [ ] Input Handling
|
||||||
|
- [ ] Add sys_fd for handle
|
||||||
|
- [ ] Class and Title sys_char*
|
||||||
|
|
||||||
|
- [ ] Testing
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
|
|||||||
(void)hInstance;
|
(void)hInstance;
|
||||||
(void)hPrevInstance;
|
(void)hPrevInstance;
|
||||||
(void)lpCmdLine;
|
(void)lpCmdLine;
|
||||||
|
(void) nShowCmd;
|
||||||
if (!ci2_init()) {
|
if (!ci2_init()) {
|
||||||
MessageBoxA(NULL, "ci2_init failed", "Error", MB_OK | MB_ICONERROR);
|
MessageBoxA(NULL, "ci2_init failed", "Error", MB_OK | MB_ICONERROR);
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
|
|||||||
Reference in New Issue
Block a user