https://github.com/nepluno/libWetHair
Revision ab443b1a98543ae714be093eeb82251e1ea1b06f authored by Fredrik Salomonsson on 29 August 2022, 23:51:57 UTC, committed by Fredrik Salomonsson on 30 August 2022, 22:48:44 UTC
Wrapped all the files in Core with a libwethair namespace. Then
updated all files in App to use that namespace. Either explicitly in
headers or a just `using namespace libwethair` in source files.

I avoided using namespace libwethair in source files in Core, as at
least gcc strips the namespace of the symbols it creates when using
that. Which is causing linking issues.
1 parent 2a96f07
History
Tip revision: ab443b1a98543ae714be093eeb82251e1ea1b06f authored by Fredrik Salomonsson on 29 August 2022, 23:51:57 UTC
Add namespace libwethair to Core files and update App to reflect that
Tip revision: ab443b1
File Mode Size
assets
cmake
include
libWetHair
.gitignore -rw-r--r-- 97 bytes
CMakeLists.txt -rw-r--r-- 1.7 KB
LICENSE.txt -rw-r--r-- 16.3 KB
README.md -rw-r--r-- 5.1 KB

README.md

back to top