mirror of
https://github.com/zeldaret/oot
synced 2026-09-01 17:49:54 -04:00
ba0c6965ca
* remove zap * git subrepo clone https://github.com/zeldaret/ZAPD.git tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "cd4a8760b" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "cd4a8760b" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596" * remove thanks.md * zap2 -> zapd and spec changes * remove submodule init
13 lines
115 B
C++
13 lines
115 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
/*
|
|
* The high level format for animations.
|
|
*/
|
|
|
|
class HLAnimation
|
|
{
|
|
public:
|
|
|
|
}; |