Finally upgraded the strings to const& since I'm about to pull guecs out and distribute it. Oh well, the joke's finally over.

This commit is contained in:
Zed A. Shaw 2025-05-03 14:52:56 -04:00
parent 82ce3cb6be
commit 438bd8ab8a
8 changed files with 53 additions and 74 deletions

View file

@ -42,5 +42,4 @@ struct Autowalker {
Pathing path_to_enemies();
Pathing path_to_items();
Pathing path_to_devices();
};