Search found 1 match

by mingorau
Tue Jul 28, 2015 3:02 pm
Forum: Bug reports
Topic: Include dependencies
Replies: 1
Views: 877

Include dependencies

This isn't exactly a bug but i didn't find a better place to post. There are a few inter-module dependencies can be reduced. The first case CImage.cpp includes CBlit.h which in turn includes most header files in both software driver modules. I have created two files: image_utils.h and image_blitter....