This website requires JavaScript.
Explore
Help
Sign In
ModdingRX
/
YimMenu
Archived
Watch
1
Star
0
Fork
0
You've already forked YimMenu
Code
Actions
Releases
Activity
This repository has been archived on
2024-10-22
. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu
/
BigBaseV2
/
src
/
features.hpp
9 lines
103 B
C++
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-03-21 20:18:31 +01:00
#
pragma once
#
include
"common.hpp"
feat(Project): Fresh start
2021-05-18 23:03:42 +02:00
namespace
big
:
:
features
Initial commit
2019-03-21 20:18:31 +01:00
{
feat(Project): Fresh start
2021-05-18 23:03:42 +02:00
void
run_tick
(
)
;
void
script_func
(
)
;
Initial commit
2019-03-21 20:18:31 +01:00
}
Copy Permalink