Renamed 'math-helpers.hpp' to 'sign.hpp' and updated main.cpp to reflect the change

This commit is contained in:
2024-02-15 09:46:53 -05:00
parent 3a7793bde8
commit acf8271126
2 changed files with 9 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
#include "includes/paddle.hpp"
#include "includes/ball.hpp"
#include "includes/easysock.hpp"
#include "includes/math-helpers.hpp"
#include "includes/sign.hpp"
#include "includes/connect-helpers.hpp"
#include "includes/client.hpp"
#include "includes/server.hpp"