Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 27, 2011, 5:08:13 PM (13 years ago)
Author:
landauf
Message:

added console command to change screen resolution and fullscreen mode at runtime
added console commands to change FSAA and VSync (require restart)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability/src/libraries/core/command/ConsoleCommand.h

    r7861 r7989  
    317317        inline void void__void(void) {}
    318318        inline void void__string(const std::string&) {}
     319
     320        inline std::string string__bool(bool) { return ""; }
     321        inline std::string string__string(const std::string&) { return ""; }
     322        inline std::string string__uint_uint_bool(unsigned int, unsigned int, bool) { return ""; }
    319323    }
    320324
Note: See TracChangeset for help on using the changeset viewer.