mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Update to box2d 2.4.1
This commit is contained in:
@@ -23,9 +23,10 @@
|
||||
#ifndef B2_GROWABLE_STACK_H
|
||||
#define B2_GROWABLE_STACK_H
|
||||
|
||||
#include "b2_settings.h"
|
||||
#include <string.h>
|
||||
|
||||
#include "b2_settings.h"
|
||||
|
||||
/// This is a growable LIFO stack with an initial capacity of N.
|
||||
/// If the stack size exceeds the initial capacity, the heap is used
|
||||
/// to increase the size of the stack.
|
||||
|
||||
Reference in New Issue
Block a user