LearnGraphicsProgramming / Tag2D

(todo)
MIT License
3 stars 0 forks source link

Change strings parameters. #24

Open lexzor opened 2 months ago

lexzor commented 2 months ago

Change the const std::string& to std::string_view where we don't need to store them.