FuncDoodle
Loading...
Searching...
No Matches
LoadedAssets.cc File Reference
#include "LoadedAssets.h"
#include <cstdint>

Namespaces

namespace  FuncDoodle
 The FuncDoodle C++ namespace.

Variables

uint32_t FuncDoodle::s_PlayTexId = 0
 Toolbar play icon texture.
uint32_t FuncDoodle::s_PauseTexId = 0
 Toolbar pause icon texture.
uint32_t FuncDoodle::s_RewindTexId = 0
 Toolbar rewind icon texture.
uint32_t FuncDoodle::s_EndTexId = 0
 Toolbar jump-to-end icon texture.
uint32_t FuncDoodle::s_PencilTexId = 0
 Pencil tool icon texture.
uint32_t FuncDoodle::s_PickerTexId = 0
 Color picker tool icon texture.
uint32_t FuncDoodle::s_EraserTexId = 0
 Eraser tool icon texture.
uint32_t FuncDoodle::s_BucketTexId = 0
 Bucket tool icon texture.
uint32_t FuncDoodle::s_SelectTexId = 0
 Selection tool icon texture.
uint32_t FuncDoodle::s_TextTexId = 0
 Reserved text tool icon texture.
uint32_t FuncDoodle::s_AddTexId = 0
 Add/new action icon texture.
uint32_t FuncDoodle::s_OpenTexId = 0
 Open action icon texture.
AudioData FuncDoodle::s_ProjCreateSound
 Sound played when creating a project.
AudioData FuncDoodle::s_ProjSaveSound
 Sound played when saving a project.
AudioData FuncDoodle::s_ExportSound
 Sound played when exporting.
AudioData FuncDoodle::s_ProjSaveEndSound
 Sound played when save completes.