You've already forked Dialga
mirror of
https://github.com/CraftyBoss/Dialga.git
synced 2026-04-01 08:50:15 -07:00
19 lines
318 B
C++
19 lines
318 B
C++
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
#include "Pml/MonsNo.h"
|
|
|
|
namespace Pml
|
|
{
|
|
namespace Local
|
|
{
|
|
class Random {
|
|
public:
|
|
static uint GetValue(); // 0x269B8A0
|
|
static uint GetValue(uint max); // 0x269BA10
|
|
};
|
|
} // namespace Local
|
|
|
|
} // namespace Pml
|