mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2024-12-02 21:55:58 +00:00
9 lines
95 B
C
9 lines
95 B
C
|
#pragma once
|
||
|
|
||
|
namespace diablo2 {
|
||
|
class d2_launch {
|
||
|
public:
|
||
|
static char* get_base();
|
||
|
};
|
||
|
}
|