Matrix moved.
This commit is contained in:
parent
5863920105
commit
0064664556
20 changed files with 22 additions and 22 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include <cstdint>
|
||||
#include <print>
|
||||
#include "matrix.hpp"
|
||||
#include "algos/matrix.hpp"
|
||||
#include "pixel.hpp"
|
||||
|
||||
using namespace amt;
|
||||
|
|
@ -34,7 +34,7 @@ int main() {
|
|||
std::println("{}", m);
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
auto ca = RGBA::from_hex(0x333333ff);
|
||||
auto cb = RGBA::from_hex(0xaabbccff);
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include <cstdint>
|
||||
#include <print>
|
||||
#include "matrix.hpp"
|
||||
#include "algos/matrix.hpp"
|
||||
#include "pixel.hpp"
|
||||
|
||||
using namespace amt;
|
||||
|
|
@ -34,7 +34,7 @@ int main() {
|
|||
std::println("{}", m);
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
auto ca = RGBA::from_hex(0x333333ff);
|
||||
auto cb = RGBA::from_hex(0xaabbccff);
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#include <fmt/core.h>
|
||||
#include <string>
|
||||
#include "config.hpp"
|
||||
#include "matrix.hpp"
|
||||
#include "algos/matrix.hpp"
|
||||
#include "rand.hpp"
|
||||
#include "game_level.hpp"
|
||||
#include <nlohmann/json.hpp>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <fmt/core.h>
|
||||
#include <string>
|
||||
#include "matrix.hpp"
|
||||
#include "algos/matrix.hpp"
|
||||
#include "rand.hpp"
|
||||
#include "constants.hpp"
|
||||
#include "maze.hpp"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include <nlohmann/json.hpp>
|
||||
#include <fstream>
|
||||
#include "pathing.hpp"
|
||||
#include "matrix.hpp"
|
||||
#include "algos/matrix.hpp"
|
||||
#include "ai/ai.hpp"
|
||||
#include "game_level.hpp"
|
||||
#include <chrono>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue