We no longer use tooltips for metadata YAY!

This commit is contained in:
Scoopta
2019-08-27 21:36:44 -07:00
parent 19aaa18391
commit 34681ca8f9
6 changed files with 113 additions and 21 deletions

View File

@@ -7,6 +7,7 @@ C_SRCS += \
../src/config.c \
../src/main.c \
../src/map.c \
../src/property_label.c \
../src/utils.c \
../src/wofi.c
@@ -14,6 +15,7 @@ OBJS += \
./src/config.o \
./src/main.o \
./src/map.o \
./src/property_label.o \
./src/utils.o \
./src/wofi.o
@@ -21,6 +23,7 @@ C_DEPS += \
./src/config.d \
./src/main.d \
./src/map.d \
./src/property_label.d \
./src/utils.d \
./src/wofi.d