Move utilities to util/

This commit is contained in:
Romain Vimont
2019-11-24 11:53:00 +01:00
parent 83ace84280
commit dfd0707a29
40 changed files with 58 additions and 57 deletions

View File

@@ -8,7 +8,7 @@
#include <SDL2/SDL_thread.h>
#include "config.h"
#include "net.h"
#include "util/net.h"
struct video_buffer;