OneLoneCoder / CommandLineFPS

A First Person Shooter at the command line? Yup...
599 stars 173 forks source link

Removed Unicode dependency and added user32.lib reference, now can be compiled using "cl CommandLineFPS.cpp" on command line #21

Open prabathbr opened 1 year ago

prabathbr commented 1 year ago

Removed Unicode dependency and added user32.lib reference, now can be compiled using "cl CommandLineFPS.cpp" on command line