Set up a Visual Studio project and tweak things until it compiles
- It doesn't link yet, but that was expected - Fixed some issues with global variables having different types in different files.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "fileio.h"
|
||||
#include "dlogutil.hpp"
|
||||
|
||||
#import <fstream>
|
||||
#include <fstream>
|
||||
using std::endl;
|
||||
|
||||
#define DONE_BUTTON_ITEM 1
|
||||
|
Reference in New Issue
Block a user