SmartEngine  1.6.0
License.h
1 // Copyright (C) Entropy Software LLC - All Rights Reserved
2 
3 #pragma once
4 
5 #include "Defines.h"
6 
7 namespace SmartEngine
8 {
9 
10 extern "C"
11 {
17  SMARTENGINE_EXPORT bool SetSmartEngineLicense(const byte* data, int64 count);
18 }
19 
20 } // namespace SmartEngine
SmartEngine
Definition: A2CTrainer.h:10
SmartEngine::SetSmartEngineLicense
SMARTENGINE_EXPORT bool SetSmartEngineLicense(const byte *data, int64 count)
Loads a license from a license file blob. Call this before creating a context if you want to load a l...