aboutsummaryrefslogtreecommitdiff
path: root/game/menus/shop/Shopconfig.h
blob: 04c8c5c54c9653e0b831aada2dc7725ec1cd9321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once
#include "api/Event.h"

//tags
static constexpr const char * BUY_BULLET = "BUY_BULLET";
static constexpr const char * SELECT_BULLET = "SELECT_BULLET";
static constexpr const char * BUY_BUBBLE = "BUY_BUBBLE";
static constexpr const char * SELECT_BUBBLE = "SELECT_BUBBLE";


//save_data
static constexpr const char * BUY_BULLET_SAVE = "BUY_BULLET_SAVE";
static constexpr const char * BUY_BUBBLE_SAVE = "BUY_BUBBLE_SAVE";


struct ShopUpdate : public crepe::Event {};