- Timestamp:
- May 17, 2014, 6:55:01 PM (11 years ago)
- Branches:
- master
- Children:
- 883bb5d
- Parents:
- 95d7add (diff), af116c0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/main.cpp
r95d7add ra9e808e 263 263 { 264 264 ALLEGRO_EVENT ev; 265 265 266 266 al_wait_for_event(event_queue, &ev); 267 267 268 268 if(wndCurrent->handleEvent(ev)) { 269 cout << "Processed gui event: " << getCurrentMillis() << endl; 269 270 // do nothing 270 271 } -
client/makefile
r95d7add ra9e808e 36 36 37 37 clean: 38 rm *.o39 rm gameClient38 rm -f *.o 39 rm -f gameClient
Note:
See TracChangeset
for help on using the changeset viewer.