summaryrefslogtreecommitdiffstats
path: root/src/net/netcomputer.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-1/+1
|
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-1/+1
| | | | Same thing, but shorter.
* Removed a bunch of silly documentationThorbjørn Lindeijer2011-03-121-6/+0
| | | | | | A C++ developer should be able to recognize a constructor and a destructor by just looking at it, so let's stop writing down the obvious. :)
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-0/+96
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.