toxcore/other/fun
iphydf 406d292107
Minor cleanups: header reordering, adding {}.
I hadn't done this for the "fun" code, yet. Also, we should include
system headers after our own headers.

"In general, a module should be implemented by one or more .cpp files.
Each of these .cpp files should include the header that defines their
interface first. This ensures that all of the dependences of the module
header have been properly added to the module header itself, and are not
implicit. System headers should be included after user headers for a
translation unit."
-- http://llvm.org/docs/CodingStandards.html#a-public-header-file-is-a-module
2016-09-09 19:30:50 +01:00
..
bootstrap_node_info.py Added a script to query DHT bootstrap node info 2014-07-09 14:00:16 -04:00
cracker.c Minor cleanups: header reordering, adding {}. 2016-09-09 19:30:50 +01:00
make-funny-savefile.py Add script to generate save files with custom keys 2015-02-01 12:23:14 -02:00
sign.c Minor cleanups: header reordering, adding {}. 2016-09-09 19:30:50 +01:00
strkey.c Check code formatting on Travis. 2016-08-12 01:00:00 +01:00