src/newgrf_spritegroup.h
branchcpp_gui
changeset 6308 646711c5feaa
parent 6303 84c215fc8eb8
equal deleted inserted replaced
6307:f40e88cff863 6308:646711c5feaa
    58 	DSGA_OP_UMOD, ///< (unsigned) a & b
    58 	DSGA_OP_UMOD, ///< (unsigned) a & b
    59 	DSGA_OP_MUL,  ///< a * b
    59 	DSGA_OP_MUL,  ///< a * b
    60 	DSGA_OP_AND,  ///< a & b
    60 	DSGA_OP_AND,  ///< a & b
    61 	DSGA_OP_OR,   ///< a | b
    61 	DSGA_OP_OR,   ///< a | b
    62 	DSGA_OP_XOR,  ///< a ^ b
    62 	DSGA_OP_XOR,  ///< a ^ b
       
    63 	DSGA_OP_STO,  ///< store a into temporary storage, indexed by b. return a
       
    64 	DSGA_OP_RST,  ///< return b
    63 };
    65 };
    64 
    66 
    65 
    67 
    66 struct DeterministicSpriteGroupAdjust {
    68 struct DeterministicSpriteGroupAdjust {
    67 	DeterministicSpriteGroupAdjustOperation operation;
    69 	DeterministicSpriteGroupAdjustOperation operation;