~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/client.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-10-07 10:26:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131007102614-tg2zjdz8vmtl6n7i
Tags: 1.3.9.29-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
    std::string getSupportUrl() const A_WARN_UNUSED
289
289
    { return mCurrentServer.supportUrl; }
290
290
 
291
 
    bool isKeyboardVisible() const
292
 
    { return mKeyboardHeight > 1; }
 
291
    bool isKeyboardVisible() const;
293
292
 
294
293
    void setGuiAlpha(const float n)
295
294
    { mGuiAlpha = n; }
391
390
 
392
391
    static void setEnv(const char *const name, const char *const value);
393
392
 
 
393
#ifdef ANDROID
 
394
#ifdef USE_SDL2
 
395
    void extractAssets();
 
396
#endif
 
397
#endif
 
398
 
394
399
    Options mOptions;
395
400
 
396
401
    std::string mPackageDir;