/** * Copyright (c) 2021 Dominic Masters * * This software is released under the MIT License. * https://opensource.org/licenses/MIT */ #pragma once #include <dawn/dawn.h> #include "../../assets/models/pokerchip.h" #include "../../file/asset.h" #include "../../display/shader.h" #include "../../display/texture.h" /** * Init the poker chips renderer for each player. */ void holdemRenderChipInit(); /** * Render the poker chips. */ void holdemRenderChip();