This website works better with JavaScript.
Explore
Help
Sign In
Rockingcool
/
netpong
Watch
1
Star
0
Fork
You've already forked netpong
0
Code
Issues
Pull Requests
Packages
Projects
Releases
2
Wiki
Activity
No real change
Browse Source
master
Aadhavan Srinivasan
11 months ago
parent
6cfdddc204
commit
74b9ae5fe8
1 changed files
with
0 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
includes/math-helpers.hpp
Unescape
Escape
View File
@ -3,4 +3,3 @@ int signum(int num) {
(
num
>
0
)
?
retval
=
1
:
retval
=
-
1
;
return
retval
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
Rockingcool/netpong
Title
Body
Create Issue