- added GCC warning -Wstrict-prototypes
- fixed bug in paste material, exposed by stricter warnings. - removed/renamed various shadowed vars. - removed BGE lamp.colour, only allow lamp.color attribute.
This commit is contained in:
@@ -39,7 +39,7 @@ typedef void(*MEM_CacheLimiter_Destruct_Func)(void*);
|
||||
|
||||
#ifndef __MEM_cache_limiter_h_included__
|
||||
extern void MEM_CacheLimiter_set_maximum(int m);
|
||||
extern int MEM_CacheLimiter_get_maximum();
|
||||
extern int MEM_CacheLimiter_get_maximum(void);
|
||||
#endif
|
||||
/**
|
||||
* Create new MEM_CacheLimiter object
|
||||
|
Reference in New Issue
Block a user