Moved code from card to poker

This commit is contained in:
2021-05-16 21:01:36 -07:00
parent 06464c260a
commit 4dbd5acab9
36 changed files with 9 additions and 9 deletions

18
src/poker/action/ai.h Normal file
View 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 "action.h"
#include "flop.h"
#include "../../debug/log.h"
holdemaction_t actionAi();
void actionAiInit(int32_t index, void *data);
void actionAiUpdate(int32_t index, void *data);
void actionAiDispose(int32_t index, void *data);