mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
Command I used, for posterity: for fn in $(cd /usr/src/enet; echo **/*); do if [ -e $fn ]; then cp -a \ /usr/src/enet/$fn $fn; fi; done |
||
|---|---|---|
| .. | ||
| callbacks.h | ||
| enet.h | ||
| list.h | ||
| protocol.h | ||
| time.h | ||
| types.h | ||
| unix.h | ||
| utility.h | ||
| win32.h | ||