home · contact · privacy
Got rid of misc.h. Split off remains into array_append.h and control.h.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 26 Mar 2014 04:35:13 +0000 (05:35 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 26 Mar 2014 04:35:13 +0000 (05:35 +0100)
commit539f4419afa0966d67b341dc6b30a6174bd3f844
tree70575d2b6f6e456196e71f296f422a70796a3a69
parentbe8c57c7e1de5962913f849b862faae01bead264
Got rid of misc.h. Split off remains into array_append.h and control.h.
12 files changed:
TODO
src/client/array_append.c [new file with mode: 0644]
src/client/array_append.h [new file with mode: 0644]
src/client/command_db.c
src/client/control.c
src/client/interface_conf.c
src/client/io.c
src/client/keybindings.c
src/client/map.c
src/client/misc.c [deleted file]
src/client/misc.h [deleted file]
src/client/windows.c