Main Page
Namespaces
Classes
Files
File List
File Members
Gosu
AutoLink.hpp
Go to the documentation of this file.
1
2
3
4
5
#ifdef _MSC_VER
6
#ifndef GOSU_AUTOLINK_HPP
7
#define GOSU_AUTOLINK_HPP
8
9
#ifdef NDEBUG
10
#pragma comment(lib, "Gosu.lib")
11
#else
12
#pragma comment(lib, "GosuDebug.lib")
13
#endif
14
15
#endif
16
#endif