TrevorChess25 / plonk_final

A remake of pong in c++. Created by Corey and Trevor for their Programming 2 final.
GNU General Public License v3.0
1 stars 0 forks source link

Namespace STD #1

Open CoreyRecord opened 1 year ago

CoreyRecord commented 1 year ago

Wrong function could be callsed because using namespace STD instead of use the prefix STD. Makes Code easier to read for future developers.