6 lines
89 B
C++
6 lines
89 B
C++
#pragma once
|
|
#include <stdint.h>
|
|
namespace iw5mp_changedata
|
|
{
|
|
void ForceJumpToMenu();
|
|
}; |