libtcod
Loading...
Searching...
No Matches
timer.hpp File Reference

SDL-based frame timing addon. More...

#include <SDL3/SDL_timer.h>
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <deque>
#include <numeric>
#include <stdexcept>
#include <vector>
#include "config.h"

Go to the source code of this file.

Classes

class  tcod::Timer
 A timing class based on SDL's high performance time counter. More...

Namespaces

namespace  tcod
 The libtcod namespace.

Detailed Description

SDL-based frame timing addon.