d2tweaks-rnd2k/include/diablo2/storm.h

9 lines
91 B
C
Raw Permalink Normal View History

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