Compare commits

3 Commits
lua ... main

Author SHA1 Message Date
Bandwidth
6cfcba23d2 Merge pull request #3 from kiwanowski/main
removed unused cmath include
2025-04-15 21:09:06 +02:00
Krzysztof Iwanowski
9b2f944cb4 removed cstdint 2025-04-15 20:55:32 +02:00
Krzysztof Iwanowski
5849ece892 Update main.cpp
removed unused include
2025-04-15 18:05:22 +02:00
5 changed files with 0 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
#include <stdint.h>
#include <cmath>
#include <cstdint>
#include <psyqo/advancedpad.hh>
#include <psyqo/application.hh>
#include <psyqo/fixed-point.hh>

View File

@@ -3,7 +3,6 @@
#include <EASTL/array.h>
#include <EASTL/vector.h>
#include <cstdint>
#include <psyqo/fixed-point.hh>
#include <psyqo/gte-kernels.hh>
#include <psyqo/gte-registers.hh>

View File

@@ -3,7 +3,6 @@
#include <EASTL/array.h>
#include <EASTL/vector.h>
#include <cstdint>
#include <psyqo/bump-allocator.hh>
#include <psyqo/fragments.hh>
#include <psyqo/gpu.hh>

View File

@@ -1,6 +1,5 @@
#include "splashpack.hh"
#include <cstdint>
#include <cstring>
#include <psyqo/primitives/common.hh>

View File

@@ -2,8 +2,6 @@
#include <EASTL/vector.h>
#include <cstdint>
#include "gameobject.hh"
#include "navmesh.hh"
#include "psyqo/fixed-point.hh"