-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
76 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
# EABase | ||
EABase is a small set of header files that define platform-independent data types and macros. | ||
|
||
[![Build Status](https://travis-ci.org/electronicarts/EABase.svg?branch=master)](https://travis-ci.org/electronicarts/EABase) | ||
|
||
EABase is a small set of header files that define platform-independent data types and macros. | ||
|
||
|
||
## Documentation | ||
|
||
Please see [Introduction](https://rawgit.com/electronicarts/EABase/master/doc/EABase.html). | ||
|
||
|
||
## Compiling sources | ||
|
||
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on compiling and testing the source. | ||
|
||
|
||
## Credits | ||
|
||
Roberto Parolin is the current EABase owner within EA and is responsible for the open source repository. | ||
|
||
|
||
## License | ||
|
||
Modified BSD License (3-Clause BSD license) see the file LICENSE in the project root. | ||
|