-
Notifications
You must be signed in to change notification settings - Fork 0
Files
##Cylon.h

"By your command," - Cylon Centurion
The Cylon header contains structure definitions for several container types, and is meant to be platform agnostic and duplicated across all platforms for the Final Five Project. For that reason, this header avoids utilizing any platform specific class definitions or includes.
##Ellen.h

"Whether you remember that life or not, at least you must understand what we were trying to do." - Ellen Tigh
The Ellen header provides the function prototypes for all of the methods used by the library as well as handling header includes for the required calls needed to build a cylonStruct.
##Ellen.cpp "We wanted to end the cycle of war between man and machine," - Ellen Tigh

The Ellen source file houses the actual implementations of all the functions prototyped in the Ellen header.
##SDL_GameControllerDB/ Community created collection of mappings for various gamepad devices curated for use with SDL2's GameController class. For more information please see the SDL_GameControllerDB repo on GitHub. Many thanks to all the contributors!
##README.md

"Why won't it read!?" - Steve Jobs, South Park
Standard Github generated readme file with a basic mission statement and links to documentation and contact information.