Sync AMS lite render code from BBS

This commit is contained in:
Noisyfox
2025-05-25 17:01:13 +08:00
parent 59c2a453ab
commit 61aa5d2c09
2 changed files with 79 additions and 98 deletions

View File

@@ -572,6 +572,7 @@ public:
void paintEvent(wxPaintEvent& evt);
void render(wxDC& dc);
void doRender(wxDC& dc);
void RenderLiteRoad(wxDC& dc, wxSize size);
wxColour GetTagColr(wxString canid);
std::string GetCurrentCan();