projects
/
rodin
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added correct resize handling
[rodin/chimara.git]
/
libchimara
/
init.h
1
#ifndef __CHIMARA_INIT_H__
2
#define __CHIMARA_INIT_H__
3
4
G_GNUC_INTERNAL void chimara_init(void);
5
6
#endif
7