mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05:00
fix warnings
This commit is contained in:
parent
06bc6fda91
commit
9c9706b456
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
#include <cocos2d.h>
|
#include <cocos2d.h>
|
||||||
|
|
||||||
|
#pragma warning(disable: 4275)
|
||||||
|
|
||||||
namespace geode {
|
namespace geode {
|
||||||
enum class CircleBaseSize {
|
enum class CircleBaseSize {
|
||||||
Tiny = 0, // Equivalent to the tiny delete button
|
Tiny = 0, // Equivalent to the tiny delete button
|
||||||
|
|
Loading…
Reference in a new issue