coming from python and am a bit tripped up on what the proper approach to this is.
I am trying to include this library in my project: https://github.com/nothings/stb/blob
#define is a preprocessor directive and doesn't actually get run everytime the header is accessed so you should 't have any problems
if you are using visual studio you can also do #pragma once to only parse the file once stopping anything from happening twice