Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxCloudLib
Commits
0ca9fe29
Commit
0ca9fe29
authored
Oct 01, 2017
by
alexandre burton
Browse files
ClientsManager: instanciation d'un 2e player pour valider multithreading etc.
parent
6f015ed3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofxCloudLib/ClientsManager.cpp
View file @
0ca9fe29
...
...
@@ -30,6 +30,7 @@ ClientsManager::ClientsManager()
gui_
.
setPosition
(
10
,
ofGetHeight
()
-
gui_
.
getHeight
());
add_player
(
"player 1"
);
add_player
(
"player 2"
);
}
void
ClientsManager
::
add_player
(
std
::
string
player_name
)
...
...
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