dEngine
Simple 2D C++ game engine
Deprecated List
Class dengine::GameSave
Marking this as deprecated because as mentioned in the Serializer documentation, I wasn't able to get the save/load system working quite right. If I happen to shift my attention back here and get it working we may keep it but may not. As such, don't count on it being here in the future.
Class dengine::InputController
Marking this as deprecated as I haven't found a helpful way of integrating this component with the rest of the system. If I find a way later I'll remove this indicator, but until then don't rely on it being here in the future.
Class dengine::Serializer< T >
This was initially created for the Load/Save system but I wasn't able to find a way to integrate it just right as such I am marking this as deprecated. I don't want to get rid of it just yet in case I find a use for it, but currently it isn't used.