104:a76af67a3a4b | 106:7b156b764d11 |
---|---|
27 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 27 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
28 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 28 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
29 */ | 29 */ |
30 | 30 |
31 #pragma once | 31 #pragma once |
32 #include <algorithm> | |
33 #include <functional> | |
34 #include <cstdio> | |
35 #include <cstdlib> | |
36 #include <cstdint> | |
37 #include <cstring> | |
38 #include <cctype> | |
39 #include <ctime> | |
32 #include <curses.h> | 40 #include <curses.h> |
33 #include "basics.h" | 41 #include "basics.h" |
34 #include "mystring.h" | 42 #include "mystring.h" |
35 #include "geometry.h" | 43 #include "geometry.h" |
36 #include "version.h" | 44 #include "version.h" |