mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(build): improve include paths
This commit is contained in:
parent
3d5794ed7c
commit
118d20c49d
30 changed files with 54 additions and 55 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "String.hpp"
|
||||
#include "Error.hpp"
|
||||
#include "storm/String.hpp"
|
||||
#include "storm/Error.hpp"
|
||||
|
||||
size_t SStrCopy(char* dest, const char* source, size_t destsize) {
|
||||
STORM_ASSERT(dest);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue