mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
12 lines
180 B
Rust
12 lines
180 B
Rust
use steel::*;
|
|
|
|
use super::OreAccount;
|
|
|
|
// TODO Config stuff
|
|
|
|
#[repr(C)]
|
|
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
|
|
pub struct Config {}
|
|
|
|
account!(OreAccount, Config);
|