[mammoth] Create a method for getting initial caps.

This commit is contained in:
Drew Galbraith 2023-06-16 23:51:49 -07:00
parent 4c936623b5
commit 528723e490
15 changed files with 108 additions and 22 deletions

View file

@ -1,8 +1,10 @@
add_library(mammoth_lib STATIC
src/channel.cpp
src/debug.cpp
src/init.cpp
src/memory_region.cpp
src/process.cpp
src/port.cpp
src/thread.cpp
)