aboutsummaryrefslogtreecommitdiff
path: root/client/errcatch.h
blob: 71eb56dd9b1b4c6b99fccb44ac2b2c49872ded68 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "../shared/errcatch.h"

#define W2_ERRCATCH_LOG_SIZE 256

extern w2_s_error *g_w2_error_log[W2_ERRCATCH_LOG_SIZE];
extern unsigned int g_w2_error_log_index;