-
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 Centurion Project. For that reason, this header avoids utilizing any Windows specific class definitions or includes.
##Foster.h

"Bad becomes good," - Tory Foster
The Foster header plugs into several of the Windows headers and namespaces used by the architecture and provides the function prototypes for all of the methods the Foster library boasts.
##Foster.cpp

The Foster source file plugs into additional Windows libraries, and houses the actual implementations of all the functions prototyped in the Foster header.
##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.