- Crude networking functions:
+ Basic message works on Windows
+ Compiles on PSP but doesn't work yet
+ Nothing done for Linux -> TODO!
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-05-18 11:22:53 +00:00
parent a5b59c2079
commit f32f5f3793
7 changed files with 744 additions and 0 deletions
+16
View File
@@ -388,6 +388,10 @@
RelativePath=".\src\JMD2Model.cpp"
>
</File>
<File
RelativePath=".\src\JNetwork.cpp"
>
</File>
<File
RelativePath=".\src\JOBJModel.cpp"
>
@@ -416,6 +420,10 @@
RelativePath=".\src\JResourceManager.cpp"
>
</File>
<File
RelativePath=".\src\win\JSocket_Win.cpp"
>
</File>
<File
RelativePath=".\src\win\JSoundSystem_Win.cpp"
>
@@ -583,6 +591,10 @@
RelativePath=".\include\JMD2Model.h"
>
</File>
<File
RelativePath=".\include\JNetwork.h"
>
</File>
<File
RelativePath=".\include\JOBJModel.h"
>
@@ -611,6 +623,10 @@
RelativePath="include\JResourceManager.h"
>
</File>
<File
RelativePath=".\include\JSocket.h"
>
</File>
<File
RelativePath=".\include\JSoundSystem.h"
>