Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
user.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <stdint.h>
4 #include <string>
5 
6 #ifndef BLAM
7 #define BLAM
8 #endif
9 
15 namespace Blam::User
16 {
18 
19  BLAM std::string GetSessionString();
20 }
Blam::User::GetSessionString
BLAM std::string GetSessionString()
Definition: user.cpp:8
Blam::User
TBA.
Definition: user.h:15
Blam::User::GetUserID
BLAM uint32_t GetUserID()
Definition: user.cpp:3
uint32_t
unsigned int uint32_t
Definition: stdint.h:17
user.h
BLAM
#define BLAM
Definition: user.h:7