Skip to content

Instantly share code, notes, and snippets.

@tsaber
Created August 11, 2018 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsaber/ec4d21b5acbe9cc2aa79d8fe311f80dd to your computer and use it in GitHub Desktop.
Save tsaber/ec4d21b5acbe9cc2aa79d8fe311f80dd to your computer and use it in GitHub Desktop.
iuse.cpp: In member function ‘void iuse::vitamins(game*, player*, item*, bool)’:
iuse.cpp:314:4: error: ‘add_msg’ was not declared in this scope
add_msg("You have the feeling that these vitamins won't do you any good.");
^~~~~~~
iuse.cpp:314:4: note: suggested alternative: ‘add_wch’
add_msg("You have the feeling that these vitamins won't do you any good.");
^~~~~~~
add_wch
make: *** [Makefile:44: obj/iuse.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment