mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -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>
|
||||
|
||||
#pragma warning(disable: 4275)
|
||||
|
||||
namespace geode {
|
||||
enum class CircleBaseSize {
|
||||
Tiny = 0, // Equivalent to the tiny delete button
|
||||
|
|
Loading…
Reference in a new issue