mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings)
This was SVN commit r3802.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include <wchar.h>
|
||||
|
||||
namespace AtlasMessage { class MessagePasser; }
|
||||
|
||||
ATLASDLLIMPEXP void Atlas_SetMessagePasser(AtlasMessage::MessagePasser*);
|
||||
ATLASDLLIMPEXP void Atlas_StartWindow(wchar_t* type);
|
||||
|
||||
ATLASDLLIMPEXP void Atlas_GLSetCurrent(void* context);
|
||||
ATLASDLLIMPEXP void Atlas_GLSwapBuffers(void* context);
|
||||
|
||||
ATLASDLLIMPEXP void Atlas_NotifyEndOfFrame();
|
||||
#include <wchar.h>
|
||||
|
||||
namespace AtlasMessage { class MessagePasser; }
|
||||
|
||||
ATLASDLLIMPEXP void Atlas_SetMessagePasser(AtlasMessage::MessagePasser*);
|
||||
ATLASDLLIMPEXP void Atlas_StartWindow(wchar_t* type);
|
||||
|
||||
ATLASDLLIMPEXP void Atlas_GLSetCurrent(void* context);
|
||||
ATLASDLLIMPEXP void Atlas_GLSwapBuffers(void* context);
|
||||
|
||||
ATLASDLLIMPEXP void Atlas_NotifyEndOfFrame();
|
||||
|
||||
Reference in New Issue
Block a user