The CDXResource class allows you to clump all types of files together for your game. Files can be retrieved at runtime with the GetFile() method. There is very little implied structure with the file so any type of file can be used as a resource.
#include "cdxresource.h"