From 7339e8dcdfc0cd8d1b76eda24944029e9791df59 Mon Sep 17 00:00:00 2001 From: johns <> Date: Fri, 23 Mar 2001 17:05:41 +0000 Subject: [PATCH] Doxygen tag @attention added. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index bbfc95993..94264f0bc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,8 +17,8 @@ //@{ /** -** ** Main entry point. This is needed for mingw32 and SDL. +** @attention ** This combination didn't likes if main is in the freecraft lib. */ int main(int argc,char** argv)