mirror of
https://github.com/jonthysell/MacLO.git
synced 2025-08-09 13:25:17 +00:00
First "Hello MacLO" build
* Added base "Hello MacLO" app * Added first attempt at porting game engine from [ArduLO](https://github.com/jonthysell/ArduLO) * Added README.md and LICENSE.md
This commit is contained in:
5
.gitattributes
vendored
5
.gitattributes
vendored
@@ -1,4 +1,5 @@
|
|||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
*.c text eol=LF
|
*.c text eol=CRLF
|
||||||
*.h text eol=LF
|
*.h text eol=CRLF
|
||||||
|
*.md text eol=CRLF
|
||||||
|
1
LICENSE.md
Normal file
1
LICENSE.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
MIT License
|
1
src/Common.c
Normal file
1
src/Common.c
Normal file
@@ -0,0 +1 @@
|
|||||||
|
// Copyright (c) Jon Thysell <http://jonthysell.com>
|
1
src/Common.h
Normal file
1
src/Common.h
Normal file
@@ -0,0 +1 @@
|
|||||||
|
// Copyright (c) Jon Thysell <http://jonthysell.com>
|
1
src/GameEngine.c
Normal file
1
src/GameEngine.c
Normal file
@@ -0,0 +1 @@
|
|||||||
|
// Copyright (c) Jon Thysell <http://jonthysell.com>
|
1
src/GameEngine.h
Normal file
1
src/GameEngine.h
Normal file
@@ -0,0 +1 @@
|
|||||||
|
// Copyright (c) Jon Thysell <http://jonthysell.com>
|
1
src/Levels.c
Normal file
1
src/Levels.c
Normal file
@@ -0,0 +1 @@
|
|||||||
|
// Copyright (c) Jon Thysell <http://jonthysell.com>
|
1
src/Levels.h
Normal file
1
src/Levels.h
Normal file
@@ -0,0 +1 @@
|
|||||||
|
// Copyright (c) Jon Thysell <http://jonthysell.com>
|
1
src/MacLO.c
Normal file
1
src/MacLO.c
Normal file
@@ -0,0 +1 @@
|
|||||||
|
// Copyright (c) Jon Thysell <http://jonthysell.com>
|
BIN
src/MacLO.pi.bin
Normal file
BIN
src/MacLO.pi.bin
Normal file
Binary file not shown.
BIN
src/MacLO.pi.rsrc.bin
Normal file
BIN
src/MacLO.pi.rsrc.bin
Normal file
Binary file not shown.
1
src/stdbool.h
Normal file
1
src/stdbool.h
Normal file
@@ -0,0 +1 @@
|
|||||||
|
// Copyright (c) Jon Thysell <http://jonthysell.com>
|
1
src/stdint.h
Normal file
1
src/stdint.h
Normal file
@@ -0,0 +1 @@
|
|||||||
|
// Copyright (c) Jon Thysell <http://jonthysell.com>
|
Reference in New Issue
Block a user