forked from mirror/OpenTTD
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#ifndef THREAD_H
|
||||
#define THREAD_H
|
||||
|
||||
typedef struct OTTDThread OTTDThread;
|
||||
struct OTTDThread;
|
||||
|
||||
typedef void* (*OTTDThreadFunc)(void*);
|
||||
|
||||
|
Reference in New Issue
Block a user