Skip to content

Commit 113af6a

Browse files
toluschrlc-soft
authored andcommittedOct 3, 2019
feat: add include/LCUI.h file (#173)
* Fix typo in the "building" section * include LCUI_Build.h in LCUI/LCUI.h to avoid lots of errors I had when not having the correct include order * changed: include headers to integrate the changes by lc-soft * added: newline at end of "include/LCUI.h"
1 parent 7afb810 commit 113af6a

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed
 

‎README.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,18 @@
1919

2020
## Table of contents
2121

22-
- [Introduction](#introduction)
23-
- [License](#license)
24-
- [Documentation](#documentation)
25-
- [Building](#building)
26-
- [Contribution](#contribution)
22+
- [Table of contents](#Table-of-contents)
23+
- [Introduction](#Introduction)
24+
- [Features](#Features)
25+
- [Missing features](#Missing-features)
26+
- [Related Projects](#Related-Projects)
27+
- [Documentation](#Documentation)
28+
- [Building](#Building)
29+
- [Prerequisites](#Prerequisites)
30+
- [Building On Windows](#Building-On-Windows)
31+
- [Bootstrap](#Bootstrap)
32+
- [Contribution](#Contribution)
33+
- [License](#License)
2734

2835
## Introduction
2936

@@ -119,7 +126,7 @@ If you want to experience the demo, please run:
119126

120127
cd test
121128
make
122-
./hellowrold
129+
./helloworld
123130

124131
If you want to use custom building options, please read the [INSTALL](INSTALL) file for more details.
125132

‎include/LCUI.h

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#include <LCUI_Build.h>
2+
#include <LCUI/LCUI.h>

0 commit comments

Comments
 (0)