Category Archives: C/C++

Include dependencies

Generally when I write software, I try to keep things relatively well organized. Inevitably, however, things are going to get a bit messy, especially if you’re working on a large, disorganized codebase that you didn’t write to begin with… say, oh… something like the Source SDK. Frequently you have some class which is composed inside another [...]
Also posted in Code | Leave a comment

Removing entities in the Source SDK

I haven’t written for a while, mainly because I’ve been busy with classes and studying for the GRE for my grad school applications, but here’s a quick tip for those of you meddling around with the Source SDK. It’s well documented on how you go about spawning entities, but I couldn’t find a good place explaining [...]
Also posted in Code, Gaming | Leave a comment