feat(profile): add more work related to console

This commit is contained in:
phaneron 2024-12-17 00:28:01 -05:00
parent 08b49c5197
commit e95eb3354d
49 changed files with 9188 additions and 245 deletions

View file

@ -13,6 +13,11 @@
#include "async/object.h"
#include "async/queue.h"
#include "bc/file/filesystem.h"
#include "bc/file/stream.h"
#include "bc/systemfile/stacked.h"
#include "bc/osfile.h"
#include "camera/camera.h"
#include "cmd/option.h"
@ -25,6 +30,11 @@
#include "common/refcount.h"
#include "common/rcstring.h"
#include "console/command.h"
#include "console/line.h"
#include "console/var.h"
#include "console/types.h"
#include "cursor/types.h"
#include "event/types.h"
@ -76,6 +86,7 @@
#include "storm/queue.h"
#include "storm/region.h"
#include "storm/thread.h"
#include "storm/log.h"
#include "tempest/box.h"
#include "tempest/matrix.h"
@ -86,6 +97,8 @@
#include "tempest/sphere.h"
#include "tempest/vector.h"
#include "text/font.h"
#include "texture/blp.h"
#include "texture/texture.h"
#include "texture/tga.h"