mirror of
https://github.com/ytsodacan/Faucet.git
synced 2026-04-23 15:37:07 +00:00
6 lines
136 B
C++
6 lines
136 B
C++
#pragma once
|
|
#pragma once
|
|
|
|
namespace GameBridge {
|
|
void AddToCreativeGroup(int numericId, int count, int auxValue, int groupIndex);
|
|
} |