init tab class

This commit is contained in:
yggverse 2024-08-05 03:52:02 +03:00
parent 3e24a6fb72
commit 3bcffc4326
5 changed files with 90 additions and 0 deletions

View file

@ -8,6 +8,7 @@ TARGET = bin/Yoda
SRCS = src/main.cpp\
src/app/browser.cpp\
src/app/browser/container.cpp\
src/app/browser/container/tab.cpp\
src/app/browser/header.cpp
OBJS = $(SRCS:.cpp=.o)