blob: 41cf6666538aed65b7dd2b2d7cb704c13116ba8c (
plain)
1
2
3
4
5
6
7
8
9
10
|
//
// Created by Scott Norton on 6/28/17.
//
#ifndef POKERUBY_USE_POKEBLOCK_H
#define POKERUBY_USE_POKEBLOCK_H
void sub_8136130(struct Pokeblock *, MainCallback);
#endif //POKERUBY_USE_POKEBLOCK_H
|