Skip to content

Commit

Permalink
feat: add include/LCUI.h file (#173)
Browse files Browse the repository at this point in the history
* 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"
  • Loading branch information
toluschr authored and lc-soft committed Oct 3, 2019
1 parent 7afb810 commit 113af6a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,18 @@

## Table of contents

- [Introduction](#introduction)
- [License](#license)
- [Documentation](#documentation)
- [Building](#building)
- [Contribution](#contribution)
- [Table of contents](#Table-of-contents)
- [Introduction](#Introduction)
- [Features](#Features)
- [Missing features](#Missing-features)
- [Related Projects](#Related-Projects)
- [Documentation](#Documentation)
- [Building](#Building)
- [Prerequisites](#Prerequisites)
- [Building On Windows](#Building-On-Windows)
- [Bootstrap](#Bootstrap)
- [Contribution](#Contribution)
- [License](#License)

## Introduction

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

cd test
make
./hellowrold
./helloworld

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

Expand Down
2 changes: 2 additions & 0 deletions include/LCUI.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#include <LCUI_Build.h>
#include <LCUI/LCUI.h>

0 comments on commit 113af6a

Please sign in to comment.