Fix
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
#include "CCassets.h"
|
#include "CCassets.h"
|
||||||
#include "CCfaucet.h"
|
#include "CCfaucet.h"
|
||||||
#include "CCrewards.h"
|
#include "CCrewards.h"
|
||||||
|
#include "CCdice.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
CCcustom has most of the functions that need to be extended to create a new CC contract.
|
CCcustom has most of the functions that need to be extended to create a new CC contract.
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef CC_REWARDS_H
|
#ifndef CC_DICE_H
|
||||||
#define CC_REWARDS_H
|
#define CC_DICE_H
|
||||||
|
|
||||||
#include "CCinclude.h"
|
#include "CCinclude.h"
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,8 @@
|
|||||||
EVAL(EVAL_IMPORTCOIN, 0xe2) \
|
EVAL(EVAL_IMPORTCOIN, 0xe2) \
|
||||||
EVAL(EVAL_ASSETS, 0xe3) \
|
EVAL(EVAL_ASSETS, 0xe3) \
|
||||||
EVAL(EVAL_FAUCET, 0xe4) \
|
EVAL(EVAL_FAUCET, 0xe4) \
|
||||||
EVAL(EVAL_REWARDS, 0xe5)
|
EVAL(EVAL_REWARDS, 0xe5) \
|
||||||
|
EVAL(EVAL_DICE, 0xe6)
|
||||||
|
|
||||||
|
|
||||||
typedef uint8_t EvalCode;
|
typedef uint8_t EvalCode;
|
||||||
|
|||||||
Reference in New Issue
Block a user