Moved code from card to poker
This commit is contained in:
18
src/poker/action/deal.h
Normal file
18
src/poker/action/deal.h
Normal file
@ -0,0 +1,18 @@
|
||||
/**
|
||||
* 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 "../../debug/log.h"
|
||||
#include "action.h"
|
||||
#include "ai.h"
|
||||
|
||||
holdemaction_t actionDeal();
|
||||
|
||||
void actionDealInit(int32_t i, void *data);
|
||||
void actionDealUpdate(int32_t i, void *data);
|
||||
void actionDealDispose(int32_t i, void *data);
|
Reference in New Issue
Block a user