diff options
Diffstat (limited to 'src/common/thread.c')
-rw-r--r-- | src/common/thread.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/thread.c b/src/common/thread.c index 728c6c66a..baf4171da 100644 --- a/src/common/thread.c +++ b/src/common/thread.c @@ -1,3 +1,10 @@ +// +// Basic Threading abstraction (for pthread / win32 based systems) +// +// Author: Florian Wilkemeyer <fw@f-ws.de> +// +// Copyright (c) rAthena Project (www.rathena.org) - Licensed under GNU GPL +// For more information, see LICENCE in the main folder #ifdef WIN32 #include "../common/winapi.h" |