fixing and starting ShrubberyCreationForm

This commit is contained in:
2026-02-17 17:49:39 +01:00
parent 838b97e98a
commit 5d62dbd20d
6 changed files with 159 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
NAME = form
SRC = main.cpp \
Bureaucrat/Bureaucrat.cpp AForm/AForm.cpp
Bureaucrat/Bureaucrat.cpp AForm/AForm.cpp \
ShrubberyCreationForm/ShrubberyCreationForm.cpp
OBJ = $(SRC:.cpp=.o)