Welcome to mirror list, hosted at ThFree Co, Russian Federation.

explore_clr_wrapper.cpp « clr « explore - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0564482ba03a0b357840422fd7593984f5526ad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// vw_explore_clr_wrapper.cpp : Defines the exported functions for the DLL application.
//

#define WIN32_LEAN_AND_MEAN
#include <Windows.h>

#include "explore_clr_wrapper.h"

using namespace System;
using namespace System::Collections;
using namespace System::Collections::Generic;
using namespace System::Runtime::InteropServices;
using namespace msclr::interop;
using namespace NativeMultiWorldTesting;

namespace MultiWorldTesting {

}