firebase / quickstart-cpp

Firebase Quickstart Samples for C++
https://firebase.google.com/games
Apache License 2.0
206 stars 122 forks source link

Removing using statements from header files. #76

Closed Grant-Postma closed 3 years ago

Grant-Postma commented 3 years ago

Added string to using statement in main_menu_scene. Removed all using statements that were in the header files.