mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-19 23:47:36 +08:00
10 lines
143 B
C++
10 lines
143 B
C++
#include "fiber_pool.hpp"
|
|
#include "views/view.hpp"
|
|
|
|
namespace big
|
|
{
|
|
void view::water()
|
|
{
|
|
components::command_checkbox<"partwater">();
|
|
}
|
|
} |