NeuralEngine
A Game Engine with embeded Machine Learning algorithms based on Gaussian Processes.
FgMessageBox.h
1
11
#pragma once
12
13
#include <NeMachineLearningLib.h>
14
15
namespace
NeuralEngine
16
{
17
namespace
MachineLearning
18
{
19
template
<
class
T>
20
class
NE_IMPEXP
TMsgBox
:
public
std::map<int, T>
21
{
22
23
};
24
}
25
}
NeuralEngine::MachineLearning::TMsgBox
Definition:
FgMessageBox.h:21
NeuralEngine
Definition:
NeArray2.h:18
include
MachineLearning
FgMessageBox.h
Generated by
1.9.4