Hi mate!
STypes.h is kind of a special one, it doesn’t derive from anything and it basically just a container for some of our structs and enums. It has no .cpp file either (since all the work is done in .h) There is no need to have it in a file like that specifically, but it can be nice to keep certain types you use in many places in one convenient location.