open_toontown_panda3d/panda/src/gui/guiChooser.I

15 lines
295 B
Plaintext

// Filename: guiChooser.I
// Created by: cary (08Feb01)
//
////////////////////////////////////////////////////////////////////
INLINE GuiChooser::GuiChooser(void) {}
INLINE void GuiChooser::set_loop(bool b) {
_loop = b;
}
INLINE bool GuiChooser::get_loop(void) const {
return _loop;
}