This website requires JavaScript.
Explore
Help
Sign In
ModdingRX
/
TmpMenu
Watch
1
Star
0
Fork
0
You've already forked TmpMenu
mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced
2025-06-18 15:17:23 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
TmpMenu
/
BigBaseV2
/
src
/
gui
/
window.hpp
10 lines
107 B
C++
Raw
Normal View
History
Unescape
Escape
feat(GUI): Splitting elements into different files
2021-05-19 11:28:13 +02:00
#
pragma once
namespace
big
{
class
window
{
public
:
feat(GUI): Added top bar to window
2021-05-19 11:49:22 +02:00
static
void
top_bar
(
)
;
feat(GUI): Splitting elements into different files
2021-05-19 11:28:13 +02:00
static
void
main
(
)
;
}
;
}
Reference in New Issue
Copy Permalink