Devlog #27 (a1b005f):
I highkey have trouble keeping track of what I did between devlogs sometimes, so I’m adding the SHA of the Git commit to devlogs.
So I tried to create a dedicated c++ file for handling buttons, since I wanted to have even more control over them, but ran into the issue of not having a way to share variables across different files. I know global variables are kinda bad, but I mean in this scenario they’re like config stuff that isn’t really going to be that harmful…
Most of the time was spent creating the button.cpp and button.h files, and they’re not even in GitHub yet lol
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.