Releases: AnzoDK/RPCommonLib
Releases · AnzoDK/RPCommonLib
v0.1.13
- Fixed Windows needing
<string>
OBS!!
PKGBUILD will make the new version from master from now on until the lib reaches a "full release"
v0.1.12
- Addressed Issue with
<string>
on Windows
v0.1.10
- Reversed old change that destroyed everything
v0.1.7
- Added
unsignedfstream.h
- Added
unsigned char* ReadUnsignedFile(std::string, size_t&)
- Added
unsigned char* ReadPartialUnsignedFile(std::string, size_t&)
v0.1.6
Fixed eat.h
not being made inline
v0.1.5
- Bug fix
- Fixed a bug where
pragma once
wouldn't do anything because functions were neither static or inline
v0.1.4
Added keymap.h
(NOT TESTED!!!!)
v0.1.3
- Added
eat.h
- Added
Eat(std::string)
- Added
Eat(const char*)