mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Fix compilation on Windows.
--HG-- branch : minor
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
#ifndef LOVE_VARIANT_H
|
#ifndef LOVE_VARIANT_H
|
||||||
#define LOVE_VARIANT_H
|
#define LOVE_VARIANT_H
|
||||||
|
|
||||||
|
#include "common/config.h"
|
||||||
#include "common/runtime.h"
|
#include "common/runtime.h"
|
||||||
#include "common/Object.h"
|
#include "common/Object.h"
|
||||||
#include "common/int.h"
|
#include "common/int.h"
|
||||||
@@ -33,7 +34,7 @@
|
|||||||
namespace love
|
namespace love
|
||||||
{
|
{
|
||||||
|
|
||||||
class Variant
|
class LOVE_EXPORT Variant
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user