mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2024-11-30 12:45: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();
|
|
};
|
|
}
|