mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 09:43:45 +01:00
b9adf244e5
removes any dynamic linking capability, which will stop being possible soon anyway.
12 lines
272 B
C
12 lines
272 B
C
// Copyright (C) 2002-2012 Nikolaus Gebhardt
|
|
// This file is part of the "Irrlicht Engine".
|
|
// For conditions of distribution and use, see copyright notice in irrlicht.h
|
|
|
|
#pragma once
|
|
|
|
// these are obsolete and never pre-defined
|
|
|
|
#define IRRCALLCONV
|
|
|
|
#define IRRLICHT_API
|