1 // This may look like C code, but it's really -*- C++ -*-
2 /*
3  * Copyright (C) 2011 Emweb bv, Herent, Belgium.
4  *
5  * See the LICENSE file for terms of use.
6  */
7 #ifndef WT_RESIZABLE_H_
8 #define WT_RESIZABLE_H_
9 
10 namespace Wt {
11 
12   class WApplication;
13 
14   class Resizable {
15   public:
16     static void loadJavaScript(WApplication *app);
17   };
18 }
19 
20 #endif // WT_RESIZABLE_H_
21