Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
Buffer Management

Functions for managing buffers. More...

Classes

struct  BufferCollection
 Structure to hold various buffer collections. More...
 

Functions

void init_buffers ()
 Initializes the buffers.
 
void free_buffers ()
 Frees the buffers.
 

Detailed Description

Functions for managing buffers.

Function Documentation

◆ init_buffers()

void init_buffers ( )

Initializes the buffers.

This function sets up the necessary buffers for the application. It should be called before any buffer operations are performed.

◆ free_buffers()

void free_buffers ( )

Frees the buffers.

This function releases the resources allocated for the buffers. It should be called when buffer operations are no longer needed.