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

Making main executable as C++ program #370

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 23, 2020

  1. Move SDL functions to own file

    This ease logic for main() function.
    winterheart committed May 23, 2020
    Configuration menu
    Copy the full SHA
    1e72995 View commit details
    Browse the repository at this point in the history
  2. Now Shockolate it CPP project

    Initial reorganizing project - moved to ShockSrc main's Shock.cpp file.
    There will be live new files.
    Moved some prototypes into corresponding headers. Little hackinsh
    extern "C" sections.
    Moved LGS copyrights into top section.
    winterheart committed May 23, 2020
    Configuration menu
    Copy the full SHA
    792ffdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0455ca6 View commit details
    Browse the repository at this point in the history
  4. Cleaning up unused code in Shock.*

    Removed unused leftovers from MacOS menus, unused global variables, defines and externs.
    winterheart committed May 23, 2020
    Configuration menu
    Copy the full SHA
    d5888a6 View commit details
    Browse the repository at this point in the history