aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/util/varmgr.h
blob: 8759cddfed0a645030f03f032f9b2970aeb48e16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __VARMGR_H
#define __VARMGR_H

#include <bfc/wasabi_std.h>

class GuiObject;
class Container;
class WaComponent;


class PublicVarManager {
public: 
  static StringW *translate_nocontext(const wchar_t *str);
  static StringW *translate(const wchar_t *str, GuiObject *o=NULL, Container *c=NULL);
};

#endif