cc_library( name = "game", srcs = glob(["*.c"]), hdrs = glob(["*.h"]), visibility = ["//sdl_host:__pkg__"] )