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

Updated car list to have the gunrunning and import/export cars, + some minor fixes to get the thing to compile #1

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

Conversation

nathanvoglsam
Copy link

Added all of the gunrunning and import export cars, except the motorcycles to the vehicle spawn list.

Also included in anim.h as it was missing and edited the solution config to force c++17 compilation as it is required.

nathanvoglsam added 3 commits June 27, 2017 16:14
Needed as std::function is used in the file but not included
Requires c++17 to compile, so edit the solution flags to compile to that c++ version

#if !_HAS_CXX17
#error string_view is only available with C++17.
#endif /* _HAS_CXX17 */
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

Successfully merging this pull request may close these issues.

None yet

1 participant