d2tweaks-rnd2k/include/diablo2/d2launch.h

9 lines
95 B
C
Raw Permalink Normal View History

2024-04-17 03:45:38 +00:00
#pragma once
namespace diablo2 {
class d2_launch {
public:
static char* get_base();
};
}