Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
Hob-Radar4
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hobnob
Hob-Radar4
Commits
d0a3e634
Commit
d0a3e634
authored
Jun 29, 2020
by
Hobnob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fumbling around don't mind me.
parent
47c74e09
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
0 deletions
+21
-0
Hob-Radar4/Hob-Radar4.vcxproj
Hob-Radar4/Hob-Radar4.vcxproj
+2
-0
Hob-Radar4/Hob-Radar4.vcxproj.filters
Hob-Radar4/Hob-Radar4.vcxproj.filters
+6
-0
Hob-Radar4/SocketServer.cpp
Hob-Radar4/SocketServer.cpp
+6
-0
Hob-Radar4/SocketServer.h
Hob-Radar4/SocketServer.h
+7
-0
No files found.
Hob-Radar4/Hob-Radar4.vcxproj
View file @
d0a3e634
...
...
@@ -144,9 +144,11 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"main.cpp"
/>
<ClCompile
Include=
"SocketServer.cpp"
/>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"olcPixelGameEngine.h"
/>
<ClInclude
Include=
"SocketServer.h"
/>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
...
...
Hob-Radar4/Hob-Radar4.vcxproj.filters
View file @
d0a3e634
...
...
@@ -18,10 +18,16 @@
<ClCompile
Include=
"main.cpp"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"SocketServer.cpp"
>
<Filter>
Source Files
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"olcPixelGameEngine.h"
>
<Filter>
Header Files
</Filter>
</ClInclude>
<ClInclude
Include=
"SocketServer.h"
>
<Filter>
Header Files
</Filter>
</ClInclude>
</ItemGroup>
</Project>
\ No newline at end of file
Hob-Radar4/SocketServer.cpp
0 → 100644
View file @
d0a3e634
#include "SocketServer.h"
SocketServer
::
SocketServer
()
{
}
Hob-Radar4/SocketServer.h
0 → 100644
View file @
d0a3e634
#pragma once
class
SocketServer
{
public:
SocketServer
();
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment