SmartEngine  1.6.0
Hash.h
1 // Copyright (C) Entropy Software LLC - All Rights Reserved
2 
3 #pragma once
4 
5 namespace SmartEngine
6 {
7 
8 typedef unsigned int HashKey;
9 
10 extern "C"
11 {
12  SMARTENGINE_EXPORT HashKey HashString(const char* str);
13 }
14 
15 }
SmartEngine
Definition: A2CTrainer.h:10
SmartEngine::HashKey
unsigned int HashKey
Definition: Hash.h:8
SmartEngine::HashString
SMARTENGINE_EXPORT HashKey HashString(const char *str)