Rename sol_bpf.h to solana_sdk.h
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
* another
|
||||
*/
|
||||
|
||||
#include <sol_bpf.h>
|
||||
#include <solana_sdk.h>
|
||||
|
||||
/**
|
||||
* Number of SolKeyedAccounts expected. The program should bail if an
|
||||
|
@ -3,7 +3,7 @@
|
||||
* passed to it
|
||||
*/
|
||||
|
||||
#include <sol_bpf.h>
|
||||
#include <solana_sdk.h>
|
||||
|
||||
/**
|
||||
* Number of SolKeyedAccounts expected. The program should bail if an
|
||||
|
@ -2,7 +2,7 @@
|
||||
* @brief TicTacToe Dashboard C-based BPF program
|
||||
*/
|
||||
|
||||
#include <sol_bpf.h>
|
||||
#include <solana_sdk.h>
|
||||
#include "tictactoe.h"
|
||||
|
||||
typedef enum {
|
||||
|
@ -2,7 +2,7 @@
|
||||
* @brief TicTacToe C-based BPF program
|
||||
*/
|
||||
|
||||
#include <sol_bpf.h>
|
||||
#include <solana_sdk.h>
|
||||
#include "tictactoe.h"
|
||||
|
||||
#define MAX_GAMES_TRACKED 5
|
||||
|
Reference in New Issue
Block a user