Lighting is now in its own class using the new Pathing class. This should allow me to make it more consistent and possibly make Pathing more efficient.
This commit is contained in:
parent
e05335b153
commit
3f7a9cc124
18 changed files with 209 additions and 257 deletions
1
main.cpp
1
main.cpp
|
@ -17,6 +17,7 @@
|
|||
#endif
|
||||
|
||||
using namespace ftxui;
|
||||
using namespace components;
|
||||
using lighting::LightSource;
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue