Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - Strings
00425.12.30.24.2120.blamite
A library containing general purpose utilities and classes for use in multiple projects.
utilities.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <Windows.h>
4
#include <string>
5
6
#ifdef STRINGS_EXPORTS
7
#define STRINGS_API __declspec(dllexport)
8
#else
9
#define STRINGS_API __declspec(dllimport)
10
#endif
11
15
namespace
BlamStrings
16
{
17
18
}
BlamStrings
Namespace containing general-purpose utilities.
Definition:
events.h:199
Strings
components
utils
utilities.h
Generated on Tue Dec 31 2024 00:12:46 for Blamite Game Engine - Strings by
1.8.17