Moving over to mainly edje

This commit is contained in:
Jaime Thomas
2008-08-04 22:18:34 +00:00
parent 017e115411
commit 51312b72b0
10 changed files with 90 additions and 293 deletions

View File

@ -7,7 +7,7 @@ void ecdb_project_destroy(Ecdb_Project *proj);
void ecdb_project_type_set(Ecdb_Project *proj, unsigned int t);
void ecdb_projects_free(void *data);
int ecdb_shutdown(void *data, int type, void *event);
void ecdb_burn_init(void);
void ecdb_image_init(void);
int ecdb_burn_init(void);
int ecdb_image_init(void);
#endif