File: screem-site-druid.h

package info (click to toggle)
screem 0.12.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 19,728 kB
  • ctags: 8,333
  • sloc: ansic: 98,234; sh: 8,278; xml: 2,278; makefile: 1,054
file content (10 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#ifndef SCREEM_SITE_DRUID_H
#define SCREEM_SITE_DRUID_H

#include "screem-application.h"
#include "screem-window.h"

void screem_site_druid_begin( ScreemApplication *application, 
			      ScreemWindow *window );

#endif