This website requires JavaScript.
Sign in
redstrate
/
prism
Archived
Watch
1
Fork
You've already forked prism
0
Code
Activity
This repository has been archived on
2025-04-12
. You can view files and clone it, but cannot push or open issues or pull requests.
d8cf9bd734
prism
/
engine
/
utility
/
include
/
path.hpp
8 lines
97 B
C++
Raw
Normal View
History
Unescape
Escape
Remove even more includes
2020-09-21 09:37:52 -04:00
#
pragma once
#
include
<filesystem>
Rename File -> file and move under the prism namespace
2021-05-12 08:50:02 -04:00
namespace
prism
{
Rename Path -> path
2021-05-12 09:05:56 -04:00
using
path
=
std
:
:
filesystem
:
:
path
;
Remove even more includes
2020-09-21 09:37:52 -04:00
}
Copy permalink