blob: 8966d7305d6d0628dbbf62ac1c9911528e3b79be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//
// Created by Scott Norton on 8/30/17.
//
#ifndef POKERUBY_TRADE_H
#define POKERUBY_TRADE_H
const u8 gOtherText_MaleSymbol3[1];
const u8 gOtherText_FemaleSymbol3[1];
const u8 gOtherText_GenderlessSymbol[1];
#endif //POKERUBY_TRADE_H
|