#include #include #include #include #include #include "main.h" #include using namespace std; int main(int argc, char* argv[]) { cout << "Initializing..." << endl; // init DevIL initDevIL(); //////////////////// // Fetch file args if (argc < 3) { cerr << "ERROR: must provide 2 filepaths." << std::endl; system("PAUSE"); return 1; } char* diffuseFilePath = argv[1]; char* glowFilePath = argv[2]; cout << "Diffuse map:\t" <