repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
apps
/
installer
/
EULAWindow.h
blob
007f4eabbcd23a3fa612a92d560bda7b360bc21e
1
/*
2
* Copyright 2013, Jérôme DUVAL.
3
* All rights reserved. Distributed under the terms of the MIT license.
4
*/
5
#ifndef EULA_WINDOW_H
6
#define EULA_WINDOW_H
7
8
9
#include <Window.h>
10
11
12
class
EULAWindow
:
public
BWindow
{
13
public
:
14
EULAWindow
();
15
virtual
bool
QuitRequested
();
16
17
private
:
18
19
};
20
21
#endif
// EULA_WINDOW_H