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
15namespace 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}