Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Into Multiple Files #1

Open
leffuy opened this issue Feb 15, 2012 · 0 comments
Open

Split Into Multiple Files #1

leffuy opened this issue Feb 15, 2012 · 0 comments
Assignees
Milestone

Comments

@leffuy
Copy link
Member

leffuy commented Feb 15, 2012

tandum has been incubated inside of a single main.c file. Before completing the incubation/hatching stages, the tandum specific code needs to be moved out accordingly. main.c will be slimmed and used merely as an entry point into the system which loads the designer's game logic.

The platform will be refactored into these three code files with a single header to hold all the declarations:

  • tandum.h
  • tinput.c - I/O and event specific things. functions like ResolveEvent() will be placed in here
  • trender.c Render system, and associated 2D pipeline for sprites and backgrounds.
  • tsystem.c The control loops and event scheduling system
@ghost ghost assigned leffuy Feb 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant