mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-28 16:51:56 -05:00
more cleanup
This commit is contained in:
parent
1974dfedb7
commit
03050c92bc
@ -354,6 +354,7 @@ void InputViewer::DrawElement() {
|
||||
}
|
||||
|
||||
InputViewerSettingsWindow::~InputViewerSettingsWindow() {
|
||||
SPDLOG_TRACE("destruct input viewer settings window");
|
||||
}
|
||||
|
||||
void InputViewerSettingsWindow::DrawElement() {
|
||||
|
@ -14,8 +14,6 @@ void OTRGetPixelDepthPrepare(float x, float y);
|
||||
uint16_t OTRGetPixelDepth(float x, float y);
|
||||
int32_t OTRGetLastScancode();
|
||||
void ResourceMgr_LoadDirectory(const char* resName);
|
||||
// void ResourceMgr_LoadFile(const char* resName);
|
||||
// char* ResourceMgr_LoadFileFromDisk(const char* filePath);
|
||||
uint16_t ResourceMgr_LoadTexWidthByName(char* texPath);
|
||||
uint16_t ResourceMgr_LoadTexHeightByName(char* texPath);
|
||||
size_t ResourceGetTexSizeByName(const char* name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user