SimpleH.h :
namespace cody
{
Class Galloway
{
public:
static _declspec(dllexport) void test();
};
}
SimpleCPP.cpp:
#include <iostream>
#include "SimpleH.h"
using namespace std;
namespace cody
{
void Galloway::test()
{
Auto on all hacks in here... of course with defines ^^^^ up there.
}
}
FOR LOOP HERE.