Changed build process to use an individual bin/<subfolder> for each target. This way each target has its own data folder and its own set of dlls.
8 lines
62 B
C++
8 lines
62 B
C++
typedef unsigned int uint;
|
|
|
|
class H
|
|
{
|
|
private:
|
|
int width;
|
|
};
|