Socket côté client!

This commit is contained in:
MarcEricMartel
2023-09-25 17:17:17 -04:00
parent 3ff2634e51
commit 8bc74624c3
14 changed files with 74 additions and 313 deletions

View File

@@ -1,6 +1,6 @@
#ifndef _PLAYER_H__
#define _PLAYER_H__
#include "vector3.h"
#include "../SQCSim-common/vector3.h"
#include "transformation.h"
#include "audio.h"
#include <cmath>