1
0
mirror of https://gitlab.com/hashborgir/d2tweaks-rnd2k.git synced 2025-05-01 00:25:33 +00:00
2024-04-16 21:45:38 -06:00

9 lines
91 B
C++

#pragma once
namespace diablo2 {
class storm {
public:
static char* get_base();
};
}