Add sound
This commit is contained in:
parent
be11c582b1
commit
67e0814afb
8 changed files with 124 additions and 94 deletions
|
@ -1,7 +1,8 @@
|
|||
#ifndef _LCR_SETTINGS_H
|
||||
#define _LCR_SETTINGS_H
|
||||
|
||||
/*
|
||||
/** @file settings.h
|
||||
|
||||
Licar: settings
|
||||
|
||||
Compile times settings file for all modules, values here may be changed by the
|
||||
|
@ -159,7 +160,7 @@
|
|||
|
||||
#ifndef LCR_SETTING_DEBUG_PHYSICS_DRAW
|
||||
/** If on, physics world will be drawn. */
|
||||
#define LCR_SETTING_DEBUG_PHYSICS_DRAW 1
|
||||
#define LCR_SETTING_DEBUG_PHYSICS_DRAW 0
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_POTATO_GRAPHICS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue