projects
/
projects
/
chimara
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Made ChimaraPlayer class
[projects/chimara/chimara.git]
/
libchimara
/
resource.h
1
#ifndef RESOURCE_H
2
#define RESOURCE_H
3
4
#include <glib.h>
5
#include "glk.h"
6
#include "gi_blorb.h"
7
#include "chimara-glk-private.h"
8
#include "magic.h"
9
10
void giblorb_print_contents(giblorb_map_t *map);
11
gchar* giblorb_get_error_message(giblorb_err_t err);
12
13
#endif