diff options
author | Jacek Antonelli | 2009-09-25 22:15:49 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-09-25 22:15:49 -0500 |
commit | 5ff1687542240fe9b00d4c217b764770fc369c06 (patch) | |
tree | bc5a1dbc882c19120ca00efb9914d70059cd79cb /linden/indra/newview/hippoUpdate.h | |
parent | Merge remote branch 'mccabe/1.2.0-next' into next (diff) | |
parent | Removed grid stuff from World Map (for now). (diff) | |
download | meta-impy-5ff1687542240fe9b00d4c217b764770fc369c06.zip meta-impy-5ff1687542240fe9b00d4c217b764770fc369c06.tar.gz meta-impy-5ff1687542240fe9b00d4c217b764770fc369c06.tar.bz2 meta-impy-5ff1687542240fe9b00d4c217b764770fc369c06.tar.xz |
Merge branch 'gridmanager' into next
Diffstat (limited to 'linden/indra/newview/hippoUpdate.h')
-rw-r--r-- | linden/indra/newview/hippoUpdate.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linden/indra/newview/hippoUpdate.h b/linden/indra/newview/hippoUpdate.h new file mode 100644 index 0000000..559c8b3 --- /dev/null +++ b/linden/indra/newview/hippoUpdate.h | |||
@@ -0,0 +1,12 @@ | |||
1 | #ifndef __HIPPO_UPDATE_H__ | ||
2 | #define __HIPPO_UPDATE_H__ | ||
3 | |||
4 | |||
5 | class HippoUpdate | ||
6 | { | ||
7 | public: | ||
8 | static bool checkUpdate(); | ||
9 | }; | ||
10 | |||
11 | |||
12 | #endif | ||