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