uchicago-cs / chiventure

A text adventure game engine developed in UChicago's CMSC 22000 - Introduction to Software Development
41 stars 13 forks source link

Create a basic common.h file for action_management #606

Open ghost opened 4 years ago

ghost commented 4 years ago

Create a new custom_actions_common.h file to store basic shared defines and include statements that all/most of the custom action module is going to need. Include basic error codes and UT hash/list imports that are needed now, and leave it open for more defines as needed.

ghost commented 4 years ago

Pushed a custom_action_commons.h file containing includes for basic std libraries, assert, math, uthash/list and common.

Also contains basic error codes defines for action block failure: