dedicated: fix thread build

This commit is contained in:
Alam Ed Arias 2025-04-04 18:00:01 +00:00
parent 337de68c50
commit 9fa82ca5db
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,6 @@
#include "../i_threads.h"
#include "../doomdef.h"
#include "../doomtype.h"
typedef struct thread_s thread_t;

View file

@ -12,6 +12,8 @@
#ifndef I_THREADS_H
#define I_THREADS_H
#include "doomtype.h"
typedef void (*I_thread_fn)(void *userdata);
typedef void * I_mutex;