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